We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897348e commit f356c9aCopy full SHA for f356c9a
2 files changed
.github/workflows/release.yml
@@ -85,9 +85,9 @@ jobs:
85
echo "Yarn version: $(yarn --version)"
86
# Yarn 4.11.0 with OIDC trusted publishing
87
if [ "${{ needs.check-version.outputs.is-prerelease }}" == "true" ]; then
88
- yarn npm publish --provenance --access public --tag ${{ needs.check-version.outputs.npm-tag }}
+ yarn npm publish --access public --tag ${{ needs.check-version.outputs.npm-tag }}
89
else
90
- yarn npm publish --provenance --access public
+ yarn npm publish --access public
91
fi
92
93
create-release:
.yarnrc.yml
@@ -1,4 +1,7 @@
1
nodeLinker: node-modules
2
+
3
+npmPublishProvenance: true
4
5
npmRegistryServer: 'https://registry.npmjs.org'
6
npmPublishRegistry: "https://registry.npmjs.org"
7
0 commit comments