Skip to content

Commit

Permalink
update lts release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
9l authored Oct 17, 2020
1 parent 376a363 commit b6ba489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vyos-v1.2-lts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: VyOS LTS Release ${{ github.ref }}
body: VyOS LTS Release ${{ github.ref }}
release_name: VyOS ${{ github.ref }} LTS Release
body: VyOS ${GITHUB_REF##*v} LTS Release
draft: false
prerelease: false

Expand Down

0 comments on commit b6ba489

Please sign in to comment.