Skip to content

Commit 5e82f54

Browse files
committed
ci: fix release workflow
1 parent 342c9ca commit 5e82f54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: moonrepo/setup-toolchain@v0
2323
with:
2424
auto-install: true
25-
- run: moon run :build --query "projectSource~packages/*"
25+
- run: moon setup
2626
- name: Publish
2727
id: changesets
2828
uses: changesets/action@v1
@@ -31,5 +31,5 @@ jobs:
3131
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3232
publish: pnpm release
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
35-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.MOON_GH_TOKEN }}
35+
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}

0 commit comments

Comments
 (0)