Skip to content

Commit

Permalink
Try disabling provenance
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Aug 28, 2023
1 parent a73aa40 commit 4380670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/alpha-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/

# - name: Install latest npm
# run: npm install -g npm@latest
- name: Install latest npm
run: npm install -g npm@latest

# Note - this is not required but it gives a clean failure prior to attempting a release if
# the GH workflow runner is not authenticated with NPMjs.com
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
for package in $PACKAGES; do
cd packages/$package
cat package.json
npm publish --tag alpha --no-git-tag-version --access public --provenance
npm publish --tag alpha --no-git-tag-version --access public
cd ../..
done
shell: bash

0 comments on commit 4380670

Please sign in to comment.