Skip to content

Commit a8b3537

Browse files
committed
fix(cd): fix prefix
1 parent 088f9af commit a8b3537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boilerplate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: '20.x'
1818
registry-url: 'https://registry.npmjs.org'
19-
- uses: npm publish
19+
- run: npm publish
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
- run: |

0 commit comments

Comments
 (0)