Skip to content

Commit 3f251ab

Browse files
author
Emil Kais
committed
Try : isntead of @ for bitovi action
1 parent 0a86d7e commit 3f251ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
needs: build
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: bitovi/github-actions-npm-publish@v1.0.0
23+
- uses: bitovi/github-actions-npm-publish:v1.0.0
2424
with:
2525
update_type: 'patch'
2626
npm_token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)