Skip to content

Fix npm_publish workflow not triggering after version bump#583

Merged
argyleink merged 2 commits intomainfrom
copilot/debug-npm-publish-workflow
Jan 31, 2026
Merged

Fix npm_publish workflow not triggering after version bump#583
argyleink merged 2 commits intomainfrom
copilot/debug-npm-publish-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 31, 2026

Version Bump workflow pushes to main but doesn't trigger NPM Publish workflow due to GitHub Actions' GITHUB_TOKEN limitation (prevents recursive workflows).

Changes

  • Add workflow_call trigger to main.yml to make it callable as a reusable workflow
  • Add publish job to version-bump.yml that chains into NPM Publish after bump completes
# version-bump.yml
publish:
  needs: bump
  uses: ./.github/workflows/main.yml
  secrets: inherit

Now Version Bump → Push → NPM Publish happens atomically in a single workflow run.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify
Copy link
Copy Markdown

netlify bot commented Jan 31, 2026

Deploy Preview for open-props canceled.

Name Link
🔨 Latest commit 3641924
🔍 Latest deploy log https://app.netlify.com/projects/open-props/deploys/697d9feb09699a0008f588cc

@argyleink argyleink marked this pull request as ready for review January 31, 2026 06:24
@argyleink argyleink merged commit 1242de8 into main Jan 31, 2026
4 checks passed
@argyleink argyleink deleted the copilot/debug-npm-publish-workflow branch January 31, 2026 06:24
Copilot AI restored the copilot/debug-npm-publish-workflow branch January 31, 2026 06:24
Copilot AI changed the title [WIP] Fix issue with npm_publish workflow not triggering Fix npm_publish workflow not triggering after version bump Jan 31, 2026
Copilot AI requested a review from argyleink January 31, 2026 06:24
Copilot stopped work on behalf of argyleink due to an error January 31, 2026 06:24
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