Skip to content

Commit 94232d8

Browse files
Fix rollback
1 parent 2265213 commit 94232d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282
- name: Rollback
8383
if: failure()
84-
run: git push --delete origin ${{ steps.version.outputs.version_tag }}
84+
run: git push --delete origin ${{ steps.version.outputs.next_version }}

0 commit comments

Comments
 (0)