Skip to content

Commit 0bc6d22

Browse files
committed
ci: fix release workflow
1 parent 342c9ca commit 0bc6d22

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: .github/workflows/release.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- uses: moonrepo/setup-toolchain@v0
22+
- uses: pnpm/action-setup@v3
2323
with:
24-
auto-install: true
25-
- run: moon run :build --query "projectSource~packages/*"
24+
version: 8
2625
- name: Publish
2726
id: changesets
2827
uses: changesets/action@v1
@@ -31,5 +30,5 @@ jobs:
3130
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3231
publish: pnpm release
3332
env:
34-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
35-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.MOON_GH_TOKEN }}
34+
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}

0 commit comments

Comments
 (0)