Skip to content

Conversation

@nstepien
Copy link
Collaborator

@nstepien nstepien commented Dec 4, 2025

Dry-ran the publishing workflow to test things out, and tweaked the following:

  • added --tag latest to ensure we can publish even pre-release versions
    • in the future it might be nice to add a choice input to confirm which npm dist-tag to publish to
    • for now we only want to push to the latest so this is fine
  • because of branch protections, we can't push back to main, so now we'll only push the tag, and we'll have to merge the tag onto main manually
  • removed prepublishOnly/postpublish commands from the package.json
    • we had these for the manual publishing workflow

@nstepien nstepien self-assigned this Dec 4, 2025
@nstepien nstepien marked this pull request as ready for review December 4, 2025 17:03
@nstepien nstepien merged commit 8f83ccd into main Dec 4, 2025
2 checks passed
@nstepien nstepien deleted the tweakpub branch December 4, 2025 17:16
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.

3 participants