Skip to content

Commit

Permalink
take out provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 6, 2024
1 parent 76898cf commit 1deb7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
node-version: "20.x"
registry-url: "https://npm.pkg.github.com"
- run: yarn install --frozen-lockfile
- run: npm publish --provenance --workspace packages --access public
- run: npm publish --workspace packages --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1deb7c3

Please sign in to comment.