We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c678e6b commit 7ee6f04Copy full SHA for 7ee6f04
.changeset/young-rings-wear.md
@@ -0,0 +1,2 @@
1
+---
2
.github/workflows/release-canary.yml
@@ -49,14 +49,15 @@ jobs:
49
run: pnpm turbo build $TURBO_ARGS
50
51
- name: Canary release
52
+ id: publish
53
if: steps.version-packages.outputs.success == '1'
54
run: pnpm release:canary
55
env:
56
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
57
NPM_CONFIG_PROVENANCE: true
58
59
- name: Trigger workflows on related repos
- if: steps.version-packages.outputs.success == '1'
60
+ if: steps.publish.outcome == 'success'
61
uses: actions/github-script@v7
62
with:
63
result-encoding: string
0 commit comments