Skip to content

Commit

Permalink
ci: set correct origin
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <rare-magma@posteo.eu>
  • Loading branch information
rare-magma committed Jun 23, 2024
1 parent b7f89f7 commit 2fb7e12
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 @@ -102,6 +102,6 @@ jobs:
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add CHANGELOG.md package.json
git commit -m "chore(release): ${{ steps.semrel.outputs.version }}"
git push --delete origin v${{ steps.semrel.outputs.version }}
git push --delete https://${{ secrets.SEMANTIC_RELEASE_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git v${{ steps.semrel.outputs.version }}
git tag v${{ steps.semrel.outputs.version }}
git push --tags https://${{ secrets.SEMANTIC_RELEASE_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git main

0 comments on commit 2fb7e12

Please sign in to comment.