-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello, I'm using
https://github.com/author/action-rollback/tree/1.0.3#workflow
- name: Rollback release if unsuccessful
if: ${{ cancelled() || failure() }}
uses: author/action-rollback@stable
with:
release_id: ${{ steps.create-release.outputs.id }}
delete_orphan_tag: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
and I'm getting the error:
If I delete always_delete_tag I still get the error Error: Reference does not exist but not the warning. I'm more concered with this error. Where can it be coming from? The release entry is indeed removed so the release_id works well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
