We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6c0274 + ed28d0c commit ccbf6f4Copy full SHA for ccbf6f4
2 files changed
.github/workflows/npm-publish.yml
@@ -8,6 +8,7 @@ jobs:
8
publish-npm:
9
runs-on: ubuntu-latest
10
permissions:
11
+ id-token: write
12
contents: read
13
steps:
14
- uses: actions/checkout@v6
@@ -16,5 +17,4 @@ jobs:
16
17
node-version-file: .nvmrc
18
registry-url: https://registry.npmjs.org/
19
- run: npm install
- # TODO: Re-enable --provenance and id-token:write permission once the repo is public
20
- - run: npm publish --access public
+ - run: npm publish --provenance --access public
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "opensea-cli",
3
- "version": "0.1.3",
+ "version": "0.1.4",
4
"type": "module",
5
"description": "OpenSea CLI - Query the OpenSea API from the command line or programmatically",
6
"main": "dist/index.js",
0 commit comments