Skip to content

Commit

Permalink
ci: Update npm-publish-action to latest stable release.
Browse files Browse the repository at this point in the history
  • Loading branch information
swgnr authored and rzr committed Sep 24, 2022
1 parent 057f69f commit 1fe20d1
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 @@ -16,7 +16,7 @@ jobs:
with:
node-version: 10.0.0
- if: "contains(steps.log.outputs.message, 'Release ')"
uses: pascalgn/npm-publish-action@51fdb4531e99aac1873764ef7271af448dc42ab4
uses: pascalgn/npm-publish-action@1.3.9
with: # All of theses inputs are optional
tag_name: "v%s"
tag_message: "v%s"
Expand Down

0 comments on commit 1fe20d1

Please sign in to comment.