Skip to content

Commit

Permalink
ci: remove --provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Jul 27, 2024
1 parent 3c57ee8 commit be477b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
with:
node-version: ${{ inputs.node-version }}
cache: yarn
registry-url: 'https://registry.npmjs.org'
registry-url: 'https://registry.npmjs.org/'

- name: Install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish to NPM
run: npm publish --provenance --access public
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit be477b2

Please sign in to comment.