Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 authored Mar 10, 2024
1 parent 2664a9e commit 87444c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: |
if [ $(git rev-parse dev-build) != $(git rev-parse HEAD) ]; then
git tag -d dev-build && git tag dev-build $(git rev-parse HEAD)
git push origin :refs/tags/dev-build
git push origin dev-build
fi
- name: Create CHANGELOG
Expand Down

0 comments on commit 87444c3

Please sign in to comment.