Skip to content

Commit 62e4174

Browse files
Merge pull request #331 from Checkmk/devel
Bugfix release action.
2 parents af3c8d8 + d1dfe4b commit 62e4174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
uses: softprops/action-gh-release@v1
9696
with:
9797
token: ${{ secrets.GITHUB_TOKEN }}
98-
draft: true
99-
prerelease: true
98+
draft: false
99+
prerelease: false
100100
name: v${{ steps.current_version.outputs.version }}
101101
tag_name: v${{ steps.current_version.outputs.version }}
102102
files: tribe29-checkmk-${{ steps.current_version.outputs.version }}.tar.gz

0 commit comments

Comments
 (0)