Skip to content

Commit 0fb1fc6

Browse files
authored
fix: workflow corrected
1 parent 8a822cf commit 0fb1fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
git config user.name "GitHub Actions"
111111
git config user.email "actions@github.com"
112112
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
113-
git push origin next
113+
git push origin ${{ github.ref_name }}
114114
115115
git tag -a "$NEW_VERSION" -m "$NEW_VERSION"
116116
git push origin "$NEW_VERSION"

0 commit comments

Comments
 (0)