Skip to content

Commit

Permalink
Add changes pull before creating tag (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali authored Oct 4, 2023
1 parent c855988 commit e75e1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ jobs:
- name: Create lightweight tag
run: |
git pull
git tag ${{ github.event.inputs.name }}
git push origin ${{ github.event.inputs.name }}
Expand Down

0 comments on commit e75e1fc

Please sign in to comment.