diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1305cc9..e623fd6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/package.json b/package.json index ba218b5..3fb0923 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Szymon Kaliski ", "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": {