Skip to content

Commit

Permalink
Reference latest tag in release.yaml, don't create new one
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellovell committed Sep 30, 2024
1 parent f701e34 commit 156960b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release_${{ steps.get_latest_tag.outputs.LATEST_TAG }}
release_name: Release ${{ steps.get_latest_tag.outputs.LATEST_TAG }}
tag_name: ${{ steps.get_latest_tag.outputs.LATEST_TAG }}
release_name: ${{ steps.get_latest_tag.outputs.LATEST_TAG }}
body_path: RELEASE.md
draft: false
prerelease: false
Expand Down

0 comments on commit 156960b

Please sign in to comment.