We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f845239 commit 14fbef7Copy full SHA for 14fbef7
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,8 @@ defaults:
31
shell: "bash"
32
33
env:
34
- CI_PRERELEASE: "${{ github.event_name == 'push' && github.ref == 'refs/heads/wclr-release-test' }}"
+ # CI_PRERELEASE: "${{ github.event_name == 'push' && github.ref == 'refs/heads/wclr-release-test' }}"
35
+ CI_PRERELEASE: "true"
36
CI_RELEASE: "${{ github.event_name == 'release' }}"
37
STACK_VERSION: "3.3.1"
38
0 commit comments