Skip to content

Commit acd20e1

Browse files
committed
build: fix
1 parent c376de9 commit acd20e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ jobs:
4545
artifact-name: website
4646
static-site: true
4747
static-site-env-prefix: VITE
48-
needs:
49-
- ci
48+
# needs:
49+
# - ci
5050

5151
create-release:
52+
if: false
5253
runs-on: [ubuntu-20.04]
5354
name: Create release
5455
steps:

0 commit comments

Comments
 (0)