ci(audit-action): fix release trigger to main and bump to 3.2.1#16
Merged
cherviakovtaskworld merged 2 commits intoJul 3, 2026
Merged
Conversation
The release workflow triggered on pull_request to `master`, but the repository's default branch is `main`, so it never fired — no v3.2.x tag was ever created despite package.json sitting at 3.2.0. Point the trigger at `main` and bump the patch version so the lockfile-closure fix (#15) can be published. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
VulnerabilitiesVulnerabilities were found in audit-action.
|
Gate the release step on an output flag instead of letting `grep -q` fail the job: merges to main that don't bump package.json now skip the release steps (green) rather than reporting a failed workflow run. Add a `merged == true` job guard so closed-but-unmerged PRs don't trigger it, and let workflow_dispatch force a release of the current version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ThisIsManta
approved these changes
Jul 3, 2026
cherviakovtaskworld
deleted the
cherviakovtaskworld/fix-release-workflow-trigger
branch
July 3, 2026 07:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The release workflow triggered on pull_request to
master, but therepository's default branch is
main, so it never fired — no v3.2.x tagwas ever created despite package.json sitting at 3.2.0. Point the trigger
at
mainand bump the patch version so the lockfile-closure fix (#15) canbe published.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com