Skip to content

Commit c2dd73f

Browse files
committed
chore: update CI environment variable to "0" in release workflow
1 parent 4801cd3 commit c2dd73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
permissions:
77
contents: write
88
issues: write
9-
# env:
10-
# CI: "true"
9+
env:
10+
CI: "0"
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)