Skip to content

npm-publish-dev#335

Open
bourgeoa wants to merge 1 commit intomainfrom
npmPublish
Open

npm-publish-dev#335
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 14:59
Copy link

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 updates the CI workflow to publish “dev/prerelease” npm builds via a reusable workflow, replacing the previously inlined publish job.

Changes:

  • Replace the inlined npm-publish-build job with a reusable workflow call (npm-publish-dev).
  • Configure the reusable workflow call with node_version: 22.
  • Remove npm-publish-latest’s dependency on the prerelease publish job.

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


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