Skip to content

Commit b7d5ee3

Browse files
committed
fix(release): run release-only moon tasks with ignore-ci-checks
1 parent 91dd6a7 commit b7d5ee3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
commit: "chore(release): update release metadata"
3535
title: "release: update packages"
36-
version: moon run root:version
36+
version: moon exec --ignore-ci-checks root:version
3737
publish: echo "No npm publish step"
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -46,4 +46,4 @@ jobs:
4646

4747
- name: Publish to JSR
4848
if: steps.changesets.outputs.hasChangesets == 'false'
49-
run: moon run cssforge:jsr-publish
49+
run: moon exec --ignore-ci-checks cssforge:jsr-publish

0 commit comments

Comments
 (0)