Skip to content

Commit

Permalink
Simplify naming of master-latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Oct 15, 2021
1 parent d7db06e commit f5a756a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Release latest
name: Release master/latest
tag_name: latest
body: Release latest
body: master branch release
draft: false
prerelease: false
prerelease: true
files: debezium-server-dist/target/debezium-server-dist-latest.zip

0 comments on commit f5a756a

Please sign in to comment.