Skip to content

Commit

Permalink
Fix latest release action
Browse files Browse the repository at this point in the history
(cherry picked from commit b597c15)
  • Loading branch information
ismailsimsek committed Jan 1, 2024
1 parent 530afff commit b90f4ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Delete previous ${{ env.RELEASE_NAME }} release
uses: dev-drprasad/[email protected]
with:
delete_release: true # default: false
delete_release: "true" # default: false
tag_name: ${{ env.RELEASE_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -47,8 +47,8 @@ jobs:
name: Release ${{ env.RELEASE_NAME }}
tag_name: ${{ env.RELEASE_NAME }}
body: Release ${{ env.RELEASE_NAME }}
draft: false
prerelease: false
draft: "false"
prerelease: "false"

files: |
debezium-server-iceberg-sink/target/debezium-server-iceberg-sink-${{ env.RELEASE_NAME }}.jar
Expand Down

0 comments on commit b90f4ce

Please sign in to comment.