Skip to content

Commit

Permalink
Fixed repo url in package.json (#7)
Browse files Browse the repository at this point in the history
It was pointing to the wrong url because of a typo.

I also re-enabled the provenance parameter in npm publish. It should
work now.
  • Loading branch information
Bullrich authored May 4, 2024
1 parent dac0e8c commit 9e14401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- run: npm ci
- name: Set version
run: npm version --no-git-tag-version ${{github.event.release.tag_name}}
- run: npm publish
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodingBullDev/story-gpt.git"
"url": "git+https://github.com/CodingBull-dev/story-gpt.git"
},
"keywords": [
"OpenAI",
Expand Down

0 comments on commit 9e14401

Please sign in to comment.