We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04de19f commit 5decf67Copy full SHA for 5decf67
.github/workflows/releasetags.yml
@@ -68,9 +68,10 @@ jobs:
68
tag_name: "${{ steps.get_version.outputs.version }}"
69
name: "Release v${{ steps.get_version.outputs.version }}"
70
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.
+ We changed some things in the code, so we decided to release a new version.
+ Please check the [CHANGELOG](CHANGELOG.md) for more details.
73
files: awv-linux.tar.gz
74
+
75
env:
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
0 commit comments