Skip to content

Commit 5decf67

Browse files
committed
Correct YAML syntax in Release Tags workflow
1 parent 04de19f commit 5decf67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/releasetags.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ jobs:
6868
tag_name: "${{ steps.get_version.outputs.version }}"
6969
name: "Release v${{ steps.get_version.outputs.version }}"
7070
body: |
71-
We changed some things in the code, so we decided to release a new version.
72-
Please check the [CHANGELOG](CHANGELOG.md) for more details.
71+
We changed some things in the code, so we decided to release a new version.
72+
Please check the [CHANGELOG](CHANGELOG.md) for more details.
7373
files: awv-linux.tar.gz
74+
7475
env:
7576
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7677

0 commit comments

Comments
 (0)