Skip to content

Commit 14fbef7

Browse files
committed
set CI_PRERELEASE true
1 parent f845239 commit 14fbef7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ defaults:
3131
shell: "bash"
3232

3333
env:
34-
CI_PRERELEASE: "${{ github.event_name == 'push' && github.ref == 'refs/heads/wclr-release-test' }}"
34+
# CI_PRERELEASE: "${{ github.event_name == 'push' && github.ref == 'refs/heads/wclr-release-test' }}"
35+
CI_PRERELEASE: "true"
3536
CI_RELEASE: "${{ github.event_name == 'release' }}"
3637
STACK_VERSION: "3.3.1"
3738

0 commit comments

Comments
 (0)