Skip to content

Commit a4c7726

Browse files
committed
chore(cli): scope env exports and drop theme poll override
1 parent 15def04 commit a4c7726

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/cli-release-staging.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -185,21 +185,21 @@ jobs:
185185
VERSION: ${{ needs.prepare-and-commit-staging.outputs.new_version }}
186186
run: |
187187
CURRENT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
188-
RELEASE_BODY=$(cat <<EOF
189-
## Codebuff CLI v${VERSION} (Staging)
188+
RELEASE_BODY=$(cat <<'EOF'
189+
## Codebuff CLI v${VERSION} (Staging)
190190
191-
**⚠️ This is a staging build intended for internal testing.**
191+
**⚠️ This is a staging build intended for internal testing.**
192192
193-
### Included Binaries
194-
- \`codebuff-cli-linux-x64.tar.gz\`
195-
- \`codebuff-cli-linux-arm64.tar.gz\`
196-
- \`codebuff-cli-darwin-x64.tar.gz\`
197-
- \`codebuff-cli-darwin-arm64.tar.gz\`
198-
- \`codebuff-cli-win32-x64.tar.gz\`
193+
### Included Binaries
194+
- `codebuff-cli-linux-x64.tar.gz`
195+
- `codebuff-cli-linux-arm64.tar.gz`
196+
- `codebuff-cli-darwin-x64.tar.gz`
197+
- `codebuff-cli-darwin-arm64.tar.gz`
198+
- `codebuff-cli-win32-x64.tar.gz`
199199
200-
After downloading, extract the tarball, add the binary to your PATH, and run \`codebuff-cli --help\` for usage.
201-
EOF
202-
)
200+
After downloading, extract the tarball, add the binary to your PATH, and run `codebuff-cli --help` for usage.
201+
EOF
202+
)
203203
204204
curl -s -X POST \
205205
-H "Accept: application/vnd.github.v3+json" \

0 commit comments

Comments
 (0)