Skip to content

Commit

Permalink
build(ci-release): git push new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Strazz1337 committed Oct 3, 2024
1 parent 505b473 commit 1440403
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
run: |
git add .
git commit -m "chore(release): bump version to ${{ steps.get_tag.outputs.tag }}"
git tag -a ${{ steps.get_tag.outputs.tag }} -m "chore(release): ${{ steps.get_tag.outputs.tag }}"
git push
git tag ${{ steps.get_tag.outputs.tag }}
git push origin ${{ steps.get_tag.outputs.tag }}
# Order matters for the publishing, packages with dependencies should be published last
- name: Publish package
run: |
Expand Down

0 comments on commit 1440403

Please sign in to comment.