We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac08787 commit 49934dfCopy full SHA for 49934df
.github/workflows/main.yml
@@ -98,4 +98,6 @@ jobs:
98
99
# Publish to npm
100
- name: Publish to npm
101
- run: npm publish --access public
+ run: npm publish --provenance --access public
102
+ env:
103
+ NODE_AUTH_TOKEN: "" # Clear placeholder set by setup-node to enable OIDC
package.json
@@ -45,10 +45,10 @@
45
},
46
"repository": {
47
"type": "git",
48
- "url": "https://github.com/astrect/runescape-api"
+ "url": "https://github.com/Astrect/runescape-api"
49
50
"bugs": {
51
- "url": "https://github.com/astrect/runescape-api/issues"
+ "url": "https://github.com/Astrect/runescape-api/issues"
52
53
"jest": {
54
"roots": [
0 commit comments