Skip to content

Commit ab3985c

Browse files
committed
feat(GitHubActions): Attempt to fix publish job
1 parent 995d1fa commit ab3985c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
registry-url: https://npm.pkg.github.com/
7070
scope: '@htbkoo'
7171
- run: npm ci
72-
- run: npm publish access public
72+
- run: npm publish --access public
7373
env:
7474
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)