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
I'm clearly doing something wrong here. I'm using mathieudutour/github-tag-action, and then my next step is using ncipollo/release-action. But when I check the release, it shows one commit since the release, which is the prior tag action.
I'm not passing in commit, and feel like I should be passing in the new tag, but the docs only specify passing in a branch or a commit hash. Should I be passing in main for it to pick up the pushed tag? Can I pass the tag in?
Thanks in advance!
Edit: forgot to mention, I'm using annotated tags in the tag action.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm clearly doing something wrong here. I'm using
mathieudutour/github-tag-action
, and then my next step is usingncipollo/release-action
. But when I check the release, it shows one commit since the release, which is the prior tag action.Example workflow: https://github.com/prosegrinder/python-syllables/actions/runs/3669892651/jobs/6204054250
Example release: https://github.com/prosegrinder/python-syllables/releases/tag/v1.0.4
I'm not passing in
commit
, and feel like I should be passing in the new tag, but the docs only specify passing in a branch or a commit hash. Should I be passing inmain
for it to pick up the pushed tag? Can I pass the tag in?Thanks in advance!
Edit: forgot to mention, I'm using annotated tags in the tag action.
Beta Was this translation helpful? Give feedback.
All reactions