Skip to content

Commit

Permalink
Specify tag name for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilmer committed Apr 18, 2022
1 parent f95cb88 commit 130e3e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,5 @@ jobs:
if: steps.release-setup.outputs.changed == 1
with:
body_path: CHANGELOG.txt
name: Package Build {{ steps.release-setup.outputs.TIMESTAMP }}
name: Package Build ${{ steps.release-setup.outputs.TIMESTAMP }}
tag_name: pkgbuild-${{ steps.release-setup.outputs.TIMESTAMP }}

0 comments on commit 130e3e3

Please sign in to comment.