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 1547795 commit f80010aCopy full SHA for f80010a
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: battila7/get-version-action@v2
39
40
- name: Generate changelog
41
- run: task changelog:tag --APP_TAG=${{ steps.get_version.outputs.version-without-v }} --yes
+ run: task changelog:tag APP_TAG=${{ steps.get_version.outputs.version-without-v }} --yes
42
43
- name: Create Release
44
if: ${{ !env.ACT }}
@@ -51,4 +51,4 @@ jobs:
51
release_name: ${{ steps.get_version.outputs.version-without-v }}
52
draft: false
53
prerelease: false
54
- body_path: ${{ env.TMP_CHANGELOG_FILENAME }}
+ body_path: ${{ env.TMP_CHANGELOG_FILENAME }}
0 commit comments