v5.1 doesn't generate tags
See original GitHub issueDependabot suggested I upgrade from v5
to v5.1
and following the upgrade I get…
2020-11-25T07:30:43.9712609Z ##[group]Run mathieudutour/github-tag-action@v5.1
2020-11-25T07:30:43.9713244Z with:
2020-11-25T07:30:43.9714368Z github_token: ***
2020-11-25T07:30:43.9714710Z release_branches: main
2020-11-25T07:30:43.9715050Z default_bump: patch
2020-11-25T07:30:43.9715367Z tag_prefix: v
2020-11-25T07:30:43.9715694Z create_annotated_tag: false
2020-11-25T07:30:43.9716017Z dry_run: false
2020-11-25T07:30:43.9716311Z ##[endgroup]
2020-11-25T07:30:44.2027246Z ##[group]Run actions/create-release@v1
2020-11-25T07:30:44.2027669Z with:
2020-11-25T07:30:44.2028034Z release_name: Release
2020-11-25T07:30:44.2028397Z draft: false
2020-11-25T07:30:44.2028758Z prerelease: false
2020-11-25T07:30:44.2029085Z env:
2020-11-25T07:30:44.2029841Z GITHUB_TOKEN: ***
2020-11-25T07:30:44.2030175Z ##[endgroup]
2020-11-25T07:30:44.2796025Z ##[error]Input required and not supplied: tag_name
when I downgrade to v5
again, it works perfectly.
There is no new tag created via v5.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:15 (8 by maintainers)
Top Results From Across the Web
GitHub Tag action does not add tag - Stack Overflow
It looks like it is the issue with action itself. Because it doesn't create a tag properly. I got it (almost) working with...
Read more >Git - Tagging - Git SCM
In this section, you'll learn how to list existing tags, how to create and delete tags, and what the different types of tags...
Read more >Exuberant Ctags FAQ
If you encounter this problem, use the option --format=1 to generate a tag file without these extensions (remember that you can set the...
Read more >Bug: [5.0] SVGs cannot be imported (not as components, but ...
Describe the bug When importing a SVG in a regular manner (not as a component): import Logo from './logo.svg' There is an error...
Read more >Twitter Archiving Google Spreadsheet TAGS v5
The biggest change for TAGS is that all requests now need authenticated access. So here it is: *** Twitter Archive Google Spreadsheet –...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This isn’t fixed, as can be seen by issues #46 and #47 This shouldn’t have been closed, can you please re-open it @mathieudutour ?
@mathieudutour - was this fixed?