Skip to content

Commit

Permalink
typo and re-enable provenance since we went public
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkaliski committed Feb 5, 2024
1 parent ec40af0 commit 76dcc31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
shell: bash
- name: Publish
run: |
# npm config set provenance true
npm config set provenance true
if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
then
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Szymon Kaliski <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/replit/rustpy.git"
"url": "https://github.com/replit/ruspty.git"
},
"homepage": "https://github.com/replit/ruspty#readme",
"bugs": {
Expand Down

0 comments on commit 76dcc31

Please sign in to comment.