Skip to content

reusable workflow publish-release.yml#259

Merged
bourgeoa merged 2 commits intomainfrom
npmPublish
Mar 17, 2026
Merged

reusable workflow publish-release.yml#259
bourgeoa merged 2 commits intomainfrom
npmPublish

Conversation

@bourgeoa
Copy link
Contributor

@bourgeoa bourgeoa commented Mar 16, 2026

This is to be used in SolidOS packages to replace npm-publish-build (hash publish on any push)
with a npm version prerelease only. Last prerelease is tagged with dev
This allow developers to publish a specific prerelease package for their local development.

usage example :

npm-publish-dev:
  needs: build
  uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@main
  with:
    node_version: 22

@bourgeoa bourgeoa merged commit ace428d into main Mar 17, 2026
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