Skip to content

Commit

Permalink
fix(ci): tag not pushed (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Aug 11, 2023
1 parent c2705cc commit 3923857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
id: git_tag
if: github.ref == 'refs/heads/main' && steps.which_tag.outputs.tag == 'release'
run: |
git tag v${{ steps.tag_release.outputs.new_version }} -a -m "Release v${{ steps.tag_release.outputs.new_version }}"
git tag -a v${{ steps.tag_release.outputs.new_version }} -m "Release v${{ steps.tag_release.outputs.new_version }}"
- name: Commit Release ${{ steps.tag_release.outputs.new_version }}
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 3923857

Please sign in to comment.