Skip to content

Commit

Permalink
Fix: ci sync release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Oct 15, 2023
1 parent fbb63b3 commit 8e31b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config pull.ff true
git add . && git commit -m "CI: @sliit-foss/automatic-versioning - sync release" || true
git tag $tag || true
git pull --rebase && git push origin --tags
git pull --rebase && git push origin
echo "tag=$tag" >> $GITHUB_OUTPUT
- name: Create release on GitHub 📝
Expand Down

0 comments on commit 8e31b76

Please sign in to comment.