Skip to content

Commit

Permalink
solve duplicate release issue
Browse files Browse the repository at this point in the history
Alex Orfanos committed Dec 12, 2020
1 parent d4672bc commit 4164d8b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: Release ${{ github.ref }} - deb
draft: false
prerelease: false

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: vmalertcli
Version: 0.1.4
Version: 0.1.5
Section: base
Priority: optional
Architecture: amd64

0 comments on commit 4164d8b

Please sign in to comment.