👷 Push tag after creating draft release#6818
Conversation
The draft release creation via softprops/action-gh-release creates the tag through the GitHub API, which doesn't trigger git push events. This adds an explicit git tag + push step after the release is created, so that downstream workflows listening for tag pushes can detect the tag. Also switches persist-credentials to true so the GITHUB_TOKEN is available for git push operations. https://claude.ai/code/session_01NsbWgAUGTnBxikVhazo7hB
|
@fast-check/ava
fast-check
@fast-check/jest
@fast-check/packaged
@fast-check/poisoning
@fast-check/vitest
@fast-check/worker
commit: |
Push the tag using refs/tags/ to explicitly push a tag (not a branch). Draft releases don't create the tag on the remote, so --force is unnecessary. https://claude.ai/code/session_01NsbWgAUGTnBxikVhazo7hB
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6818 +/- ##
=======================================
Coverage 94.86% 94.86%
=======================================
Files 209 209
Lines 5665 5665
Branches 1488 1488
=======================================
Hits 5374 5374
Misses 283 283
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
The draft release creation via softprops/action-gh-release creates the
tag through the GitHub API, which doesn't trigger git push events. This
adds an explicit git tag + push step after the release is created, so
that downstream workflows listening for tag pushes can detect the tag.
Also switches persist-credentials to true so the GITHUB_TOKEN is
available for git push operations.
https://claude.ai/code/session_01NsbWgAUGTnBxikVhazo7hB
Fixes #issue-number
Checklist
— Don't delete this checklist and make sure you do the following before opening the PR
pnpm run bumpor by following the instructions from the changeset bot🐛(vitest) Something...) when the change targets a package other thanfast-check