Skip to content

Commit f139965

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- uses: moonrepo/setup-toolchain@v0
2323
with:
2424
auto-install: true
25-
- run: moon run :build --query "projectSource~packages/*"
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)