We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dd6a7 commit b7d5ee3Copy full SHA for b7d5ee3
1 file changed
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
commit: "chore(release): update release metadata"
35
title: "release: update packages"
36
- version: moon run root:version
+ version: moon exec --ignore-ci-checks root:version
37
publish: echo "No npm publish step"
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -46,4 +46,4 @@ jobs:
46
47
- name: Publish to JSR
48
if: steps.changesets.outputs.hasChangesets == 'false'
49
- run: moon run cssforge:jsr-publish
+ run: moon exec --ignore-ci-checks cssforge:jsr-publish
0 commit comments