We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8182793 commit c710f30Copy full SHA for c710f30
.github/workflows/regular-release.yaml
@@ -37,7 +37,8 @@ jobs:
37
with:
38
tag_name: cbmc-${{ env.CBMC_VERSION }}
39
release_name: cbmc-${{ env.CBMC_VERSION }}
40
- prerelease: true
+ draft: false
41
+ prerelease: false
42
body: |
43
This is CBMC version ${{ env.CBMC_VERSION }}.
44
@@ -95,8 +96,6 @@ jobs:
95
96
That will initialise an execution of the container based on the image pushed
97
as part of this release. The CProver tools are present in the `$PATH` of the
98
container.
- draft: false
99
- prerelease: false
100
- name: Slack notification of successful release
101
uses: rtCamp/action-slack-notify@v2
102
env:
0 commit comments