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 2265213 commit 94232d8Copy full SHA for 94232d8
.github/workflows/release.yaml
@@ -81,4 +81,4 @@ jobs:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
- name: Rollback
83
if: failure()
84
- run: git push --delete origin ${{ steps.version.outputs.version_tag }}
+ run: git push --delete origin ${{ steps.version.outputs.next_version }}
0 commit comments