Skip to content

Commit

Permalink
testing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Sep 6, 2024
1 parent 2f10368 commit 178a976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions release-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
uses: actions/create-release@v1
with:
tag_name: ${{ env.new_version }}
release_name: "Release ${{ steps.calc_version.outputs.new_version }}"
body: "Automated release for version ${{ steps.calc_version.outputs.new_version }}."
release_name: "Release ${{ env.new_version }}"
body: "Automated release for version ${{ env.new_version }}."
draft: false
prerelease: false
env:
Expand Down

0 comments on commit 178a976

Please sign in to comment.