Skip to content

Commit

Permalink
Automatically push release dists to ultralisp branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jul 2, 2023
1 parent d9b1a26 commit 9bf1e70
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ jobs:
run: |
./make-zoneinfo-dist
- name: Push dist to ultralisp branch
uses: stefanzweifel/git-auto-commit-action@v4
if: startsWith(github.ref, 'refs/tags/')
with:
commit_message: Update dist for ultralisp
branch: ultralisp
commit_options: '--no-verify'
add_options: '-f'
file_pattern: 'zoneinfo-dist*'
push_options: '--force'
skip_dirty_check: true
skip_fetch: true
skip_checkout: true
create_branch: true
disable_globbing: false

- name: Package release
shell: bash
run: |
Expand Down

0 comments on commit 9bf1e70

Please sign in to comment.