We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a86d7e commit 3f251abCopy full SHA for 3f251ab
.github/workflows/publish.yaml
@@ -20,7 +20,7 @@ jobs:
20
needs: build
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: bitovi/github-actions-npm-publish@v1.0.0
+ - uses: bitovi/github-actions-npm-publish:v1.0.0
24
with:
25
update_type: 'patch'
26
npm_token: ${{ secrets.NPM_TOKEN }}
0 commit comments