Skip to content

Commit 342d462

Browse files
committed
build: enable all workflows
1 parent 94d0485 commit 342d462

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ permissions:
2626

2727
jobs:
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:
@@ -80,8 +78,7 @@ jobs:
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

0 commit comments

Comments
 (0)