Skip to content

Commit f356c9a

Browse files
committed
Remove --provenance flag to test basic OIDC auth first
1 parent 897348e commit f356c9a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
echo "Yarn version: $(yarn --version)"
8686
# Yarn 4.11.0 with OIDC trusted publishing
8787
if [ "${{ needs.check-version.outputs.is-prerelease }}" == "true" ]; then
88-
yarn npm publish --provenance --access public --tag ${{ needs.check-version.outputs.npm-tag }}
88+
yarn npm publish --access public --tag ${{ needs.check-version.outputs.npm-tag }}
8989
else
90-
yarn npm publish --provenance --access public
90+
yarn npm publish --access public
9191
fi
9292
9393
create-release:

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
nodeLinker: node-modules
2+
3+
npmPublishProvenance: true
4+
25
npmRegistryServer: 'https://registry.npmjs.org'
36
npmPublishRegistry: "https://registry.npmjs.org"
47

0 commit comments

Comments
 (0)