Skip to content

Commit 0ed0b01

Browse files
committed
fix: restore npm_token
1 parent 582586b commit 0ed0b01

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,16 @@ jobs:
5050
steps:
5151
- name: Checkout
5252
uses: actions/checkout@v6
53-
with:
54-
fetch-depth: 0
55-
persist-credentials: 'false'
5653
- uses: actions/setup-node@v6
5754
with:
5855
node-version-file: '.nvmrc'
5956
- run: npm ci
60-
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
61-
run: npm audit signatures
6257
- name: Semantic Release
6358
uses: cycjimmy/semantic-release-action@v6.0.0
6459
env:
6560
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6661
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6762
with:
63+
semantic_version: 25.0.1
6864
branches: |
6965
['master', 'main']

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/wfcd/warframe-worldstate-data/issues"
1313
},
14-
"repository": {
15-
"type": "git",
16-
"url": "git+https://github.com/WFCD/warframe-worldstate-data.git"
17-
},
14+
"repository": "https://github.com/WFCD/warframe-worldstate-data",
1815
"license": "MIT",
1916
"author": "tobitenno",
2017
"contributors": [

0 commit comments

Comments
 (0)