actions-tagger icon indicating copy to clipboard operation
actions-tagger copied to clipboard

This action should only be used in a release context

Open qrkourier opened this issue 10 months ago • 0 comments

This action should only be used in a release context

This error is emitted when run on a stable semver release tag like v1.2.3, triggered by the "released" GitHub event.

My workflow is triggered by the one-time GitHub event "released" that fires when a GitHub Release is marked stable (isPrerelease: false). This is distinct from the one-time GitHub event "published" that fires when any GitHub Release is created, including pre-releases.

Link to workflow: https://github.com/qrkourier/ziti-k8s-agent/actions/runs/13423583651/workflow#L43

Link to run that failed with the error, but exited without an error status: https://github.com/qrkourier/ziti-k8s-agent/actions/runs/13423583651/job/37501746059

qrkourier avatar Feb 19 '25 22:02 qrkourier