We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a822cf commit 0fb1fc6Copy full SHA for 0fb1fc6
.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
110
git config user.name "GitHub Actions"
111
git config user.email "actions@github.com"
112
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
113
- git push origin next
+ git push origin ${{ github.ref_name }}
114
115
git tag -a "$NEW_VERSION" -m "$NEW_VERSION"
116
git push origin "$NEW_VERSION"
0 commit comments