Skip to content

Commit

Permalink
💚 fix release workflow url
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Oct 30, 2023
1 parent 8535cc6 commit 8355200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
run: npx semantic-release -r git@github.com:haliphax/narf.git
run: npx semantic-release -r "$(git remote get-url origin)"

0 comments on commit 8355200

Please sign in to comment.