Skip to content

chore: add tag-based npm publish workflow#15

Merged
Tnalxmsk merged 1 commit intodevelopfrom
feat/#14/publish-yml
Jan 31, 2026
Merged

chore: add tag-based npm publish workflow#15
Tnalxmsk merged 1 commit intodevelopfrom
feat/#14/publish-yml

Conversation

@Tnalxmsk
Copy link
Owner

Summary

Add a tag-based GitHub Actions workflow to publish to npm when a version tag is pushed.

Related Issues

Changes

  • Add .github/workflows/publish.yml triggered on v*.*.* tags
  • Publish using NPM_TOKEN secret via npm publish

How To Test

  1. (Optional) Push a test tag like v0.0.1 in a sandbox repo to verify publish flow
  2. Confirm the Publish workflow runs on tag push

Checklist

  • Title follows the convention (e.g., feat: add global audio seek guard)
  • Build passes locally (pnpm build)
  • No breaking changes, or they are documented below
  • Tests added/updated where appropriate
  • Docs/comments updated where helpful

Breaking Changes (if any)

None.

Notes For Reviewers

  • Requires NPM_TOKEN secret in GitHub Actions to publish successfully.

Screenshots / Recordings (if UI changes)

N/A

@Tnalxmsk Tnalxmsk self-assigned this Jan 31, 2026
@Tnalxmsk Tnalxmsk merged commit 7187fbb into develop Jan 31, 2026
1 check passed
@Tnalxmsk Tnalxmsk deleted the feat/#14/publish-yml branch January 31, 2026 05:39
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.

chore: add tag-based npm publish workflow

1 participant