We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1704c2 commit 5093b7fCopy full SHA for 5093b7f
1 file changed
.github/workflows/publish.yml
@@ -48,7 +48,7 @@ jobs:
48
run: yarn lint
49
50
- name: Publish
51
- run: npx semantic-release -r $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
+ run: npx semantic-release
52
env:
53
NODE_ENV: "cicd"
54
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments