Skip to content

Commit 49934df

Browse files
authored
Fix: update workflow (again) (#70)
Fix: workflow again?
1 parent ac08787 commit 49934df

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,6 @@ jobs:
9898

9999
# Publish to npm
100100
- name: Publish to npm
101-
run: npm publish --access public
101+
run: npm publish --provenance --access public
102+
env:
103+
NODE_AUTH_TOKEN: "" # Clear placeholder set by setup-node to enable OIDC

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
},
4646
"repository": {
4747
"type": "git",
48-
"url": "https://github.com/astrect/runescape-api"
48+
"url": "https://github.com/Astrect/runescape-api"
4949
},
5050
"bugs": {
51-
"url": "https://github.com/astrect/runescape-api/issues"
51+
"url": "https://github.com/Astrect/runescape-api/issues"
5252
},
5353
"jest": {
5454
"roots": [

0 commit comments

Comments
 (0)