Skip to content

Commit

Permalink
Merge pull request #9 from HiEventsDev/develop
Browse files Browse the repository at this point in the history
Ensure branch is up to date before updating version file
  • Loading branch information
daveearley authored May 31, 2024
2 parents 313ca4c + 77d9d8a commit 881e6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-release-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add VERSION
git commit -m "Update VERSION file to ${{ github.event.release.tag_name }}"
git pull --rebase origin main
git push origin HEAD:main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 881e6bd

Please sign in to comment.