Skip to content

Commit

Permalink
Creates annotated tags for tools release.
Browse files Browse the repository at this point in the history
  • Loading branch information
darielnoel committed Oct 29, 2024
1 parent fc425e0 commit 43700f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tools-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
- name: Push changes and tags
run: |
git push origin main --follow-tags
git push origin main
git tag -a "tools-v${{ github.event.inputs.version }}" -m "Release version ${{ github.event.inputs.version }} for @kaibanjs/tools"
git push origin "tools-v${{ github.event.inputs.version }}"
env:
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}

Expand Down

0 comments on commit 43700f1

Please sign in to comment.