Skip to content

Commit 181c76b

Browse files
committed
fix: add --provenance and --access public flags to npm publish command
1 parent a39817d commit 181c76b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-on-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: yarn install
2424
- run: yarn test
2525
- run: yarn build
26-
- run: npm publish
26+
- run: npm publish --provenance --access public
2727
- uses: Makepad-fr/auto-release-on-version-bump-action@0.0.2
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)