Skip to content

Fix release workflow and publish 1.0.1 - #6

Merged
DiTo97 merged 1 commit into
mainfrom
fix/release-workflow-1.0.1
Apr 17, 2026
Merged

Fix release workflow and publish 1.0.1#6
DiTo97 merged 1 commit into
mainfrom
fix/release-workflow-1.0.1

Conversation

@DiTo97

@DiTo97 DiTo97 commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • fix the release workflow's tag-version check so the Node command runs correctly in bash
  • bump the package from 1.0.0 to 1.0.1 to publish a safe follow-up release
  • keep the existing npm publish flow and tag-driven release workflow unchanged otherwise

Test plan

  • npm ci
  • npm test
  • npm run pack:dry-run

Context

  • v1.0.0 reached the new release.yml workflow but failed before publish because the bash command in the version check was quoted incorrectly
  • 1.0.1 avoids rewriting the failed v1.0.0 tag

🤖 Generated with Claude Code

Correct the tag version check so GitHub Actions can evaluate package.json on tagged releases and bump the package to 1.0.1 for a safe follow-up publish after the failed v1.0.0 attempt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@DiTo97
DiTo97 merged commit ee96a17 into main Apr 17, 2026
2 checks passed
@DiTo97
DiTo97 deleted the fix/release-workflow-1.0.1 branch April 25, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant