Skip to content

Commit

Permalink
chore(ci): fix (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Sep 8, 2023
1 parent 2d191e9 commit 3379d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
# git tag -a v${{ steps.tag_release.outputs.new_version }} -m "Release v${{ steps.tag_release.outputs.new_version }}"

- name: Git Configuration
if: github.ref == 'refs/heads/main' && steps.which_tag.outputs.tag == 'release'
run: |
git add .
git commit -m "[skip ci] Release v${{ steps.tag_release.outputs.new_version }}"
Expand Down

0 comments on commit 3379d0f

Please sign in to comment.