Skip to content

Commit

Permalink
chore: use 3-rd party GitHub action by sha
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Apr 6, 2022
1 parent 8b7ab90 commit 14ed2db
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 @@ -28,7 +28,7 @@ jobs:
- name: Run tests
run: yarn test
- name: Publish if version has been updated
uses: pascalgn/npm-publish-action@1.3.8
uses: pascalgn/npm-publish-action@e05dd3cd13412801d978714d8eac1cb922826da1
with:
tag_name: "v%s"
tag_message: "v%s"
Expand Down

0 comments on commit 14ed2db

Please sign in to comment.