Skip to content

Commit

Permalink
ci: use ssh url to authenticate
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Dec 4, 2024
1 parent dc60f24 commit c43e8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Release
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: yarn semantic-release
run: yarn semantic-release --repositoryUrl $(git remote get-url origin)

0 comments on commit c43e8a4

Please sign in to comment.