You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we use wrong syntax to detect the case when tag was
pushed. This patch fixes it in following way:
- Use startsWith(github.ref, 'refs/tags') for tag detection
- Use ${GITHUB_REF#refs/*/} to extract tag from ref
0 commit comments