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
assertargs.GITHUB_REF.startswith('refs/tags/v'), f'GITHUB_REF should start with "refs/tags/v": {args.GITHUB_REF}'
32
-
tag_version=args.GITHUB_REF[11:]
31
+
assertargs.GITHUB_REF.startswith('refs/tags/v')orargs.GITHUB_REF.startswith('refs/tags/test-v'), f'GITHUB_REF should start with "refs/tags/v" or "refs/tags/test-v": {args.GITHUB_REF}'
0 commit comments