Skip to content

npm-publish-dev#131

Open
bourgeoa wants to merge 1 commit intomainfrom
npmPublish
Open

npm-publish-dev#131
bourgeoa wants to merge 1 commit intomainfrom
npmPublish

Conversation

@bourgeoa
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 17, 2026 17:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the CI workflow’s npm prerelease publishing by replacing an inline npm-publish-build job with a reusable workflow call, and updates downstream job dependencies accordingly.

Changes:

  • Remove the inline prerelease publish job logic (artifact download, version mutation, npm publish).
  • Add npm-publish-dev that calls SolidOS/solidos/.github/workflows/publish-prerelease.yml.
  • Update npm-publish-latest to depend only on build.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}
npm-publish-dev:
needs: build
uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@main
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}
npm-publish-dev:
needs: build
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.

2 participants