File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ permissions:
2626
2727jobs :
2828 ci :
29- if : false
3029 name : CI
3130 uses : makerxstudio/shared-config/.github/workflows/node-ci.yml@main
3231 with :
@@ -45,11 +44,10 @@ jobs:
4544 artifact-name : website
4645 static-site : true
4746 static-site-env-prefix : VITE
48- # needs:
49- # - ci
47+ needs :
48+ - ci
5049
5150 create-release :
52- if : false
5351 runs-on : [ubuntu-20.04]
5452 name : Create release
5553 steps :
8078 matrix :
8179 # macos-14 is the Apple Silicon M1 runner
8280 platform : [ubuntu-20.04, windows-latest, 'macos-latest', 'macos-14']
83- # if: ${{ needs.create-release.outputs.release-published == 'true' }}
84- if : false
81+ if : ${{ needs.create-release.outputs.release-published == 'true' }}
8582
8683 steps :
8784 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments