Skip to content

Commit

Permalink
Fix latest release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Sep 30, 2023
1 parent 99a7959 commit b597c15
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 b597c15

Please sign in to comment.