We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982b434 commit ad8f6d9Copy full SHA for ad8f6d9
2 files changed
.github/workflows/release.yml
@@ -38,4 +38,6 @@ jobs:
38
else
39
echo "PRERELEASE=" >> $GITHUB_ENV
40
fi
41
- - run: cd contracts && npm publish --provenance --access public ${{ env.PRERELEASE }} # TEMPORARY: testing OIDC with npm instead of pnpm
+ - run: cd contracts && npm publish --provenance --access public ${{ env.PRERELEASE }} # TEMPORARY: testing OIDC
42
+ env:
43
+ NODE_AUTH_TOKEN: '' # Explicitly clear to force OIDC
contracts/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@fhenixprotocol/cofhe-contracts",
3
"description": "Smart Contract Library for the CoFHE with FHE primitives",
4
- "version": "0.0.14-test.3",
+ "version": "0.0.14-test.4",
5
"author": {
6
"name": "FhenixProtocol",
7
"url": "https://github.com/FhenixProtocol/cofhe-contracts"
0 commit comments