We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53a824 commit e97ccf4Copy full SHA for e97ccf4
.github/workflows/release.yml
@@ -49,7 +49,11 @@ jobs:
49
- name: Publish mono-one
50
if: steps.mono_one_published.outputs.was_published == 'true'
51
run: pnpm release:mono-one
52
+ env:
53
+ JSREPO_TOKEN: ${{ secrets.JSREPO_TOKEN }}
54
55
- name: Publish mono-two
56
if: steps.mono_two_published.outputs.was_published == 'true'
- run: pnpm release:mono-two
57
+ run: pnpm release:mono-two
58
59
0 commit comments