Skip to content

Error: Reference does not exist #10

@commandlinegirl

Description

@commandlinegirl

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:

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions