There was an error while loading. Please reload this page.
1 parent d10b1af commit 7c3d100Copy full SHA for 7c3d100
2 files changed
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
permissions:
19
contents: write
20
+ id-token: write
21
steps:
22
- uses: actions/checkout@v5
23
with:
@@ -60,6 +61,6 @@ jobs:
60
61
62
- name: Publish to npm
63
if: steps.diff.outputs.changed == 'true' || github.event_name == 'workflow_dispatch'
- run: npm publish --access public
64
- env:
65
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: |
+ npm install -g npm@latest
66
+ npm publish --access public --provenance
package.json
@@ -47,7 +47,7 @@
47
"license": "MIT",
48
"repository": {
49
"type": "git",
50
- "url": "https://github.com/roxyapi/sdk-typescript.git"
+ "url": "git+https://github.com/roxyapi/sdk-typescript.git"
51
},
52
"homepage": "https://roxyapi.com/docs/sdk",
53
"bugs": {
0 commit comments