Skip to content

Commit f1dcff9

Browse files
committed
Revert prerelease option for automated release action
1 parent 3777fa9 commit f1dcff9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/regular-release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
with:
3838
tag_name: cbmc-${{ env.CBMC_VERSION }}
3939
release_name: cbmc-${{ env.CBMC_VERSION }}
40-
prerelease: true
40+
draft: false
41+
prerelease: false
4142
body: |
4243
This is CBMC version ${{ env.CBMC_VERSION }}.
4344
@@ -95,8 +96,6 @@ jobs:
9596
That will initialise an execution of the container based on the image pushed
9697
as part of this release. The CProver tools are present in the `$PATH` of the
9798
container.
98-
draft: false
99-
prerelease: false
10099
- name: Slack notification of successful release
101100
uses: rtCamp/action-slack-notify@v2
102101
env:

0 commit comments

Comments
 (0)