Skip to content

Commit 709c379

Browse files
committed
fix: release workflow
1 parent 2fb3a12 commit 709c379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
package-name: '@storacha/elizaos-plugin'
1919
- uses: actions/checkout@v4
2020
if: ${{ steps.release.outputs.release_created }}
21-
- run: npm publish --provenance
21+
- run: npm publish --access=public --provenance
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2424
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)