We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dfdfb commit 0034279Copy full SHA for 0034279
3 files changed
.github/workflows/check.yml
@@ -7,6 +7,9 @@ on:
7
- main
8
- next
9
10
+env:
11
+ TURBO_ENV_MODE: loose
12
+
13
jobs:
14
build:
15
name: Build
.github/workflows/publish-preview.yml
release-preview:
name: Publish preview releases
.github/workflows/release.yml
@@ -6,6 +6,9 @@ on:
6
release:
permissions:
0 commit comments