-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workflows that relied on a tag for versioning no longer work #85
Comments
I too am using tags, pulling them in manually with |
@lamont rather than yesterdays version, consider binding to |
Thank you @ericsciple, I'd bound to v1.2.0 but will change to v1 as per your suggestion. |
@lamont regarding the tags... we made perf improvements for the v2 version so that only a single commit is fetched. However another advantage of the v2 version is that it makes it easier to script authenticated git commands (auth token persisted in the git config). So as @lightswitch05 mentioned you can |
Thanks for the followup (and work!). |
Yesterday I had a anothrNick/github-tag-action based workflow which incremented the last tag on master upon PR-merge. (I use that tag during the terraform apply to tag AWS resources with whatever version of my repo) This morning's changes for V2 appears to always checkout with --no-tags, which breaks that workflow. From the V2 PR changes, I don't see how I can use the V2 actions/checkout and retain the last tag. In the meantime I'll pin actions/checkout to yesterday's version so my workflows work again
The text was updated successfully, but these errors were encountered: