Skip to content

Commit

Permalink
Test release pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Apr 18, 2024
1 parent d1e6ce2 commit f4bb322
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ jobs:
run: cat changes/released/${{ env.version }}.md > "$GITHUB_STEP_SUMMARY"

- name: Update release branch
if: ${{ env.version && github.event_name == 'push' }}
run: git push origin HEAD:release
#if: ${{ env.version && github.event_name == 'push' }}
# This continuously updates the release branch to contain the latest release notes,
# so that one can just merge the release branch into main to do a release.
# A PR to do that is opened regularly with another workflow
run: git push origin HEAD:refs/heads/release -f


test-update:
Expand Down

0 comments on commit f4bb322

Please sign in to comment.