Skip to content

Commit f80010a

Browse files
committed
fix 🐛(ci): delete arguments --app_tag unnecessary (#16)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent 1547795 commit f80010a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: battila7/get-version-action@v2
3939

4040
- name: Generate changelog
41-
run: task changelog:tag --APP_TAG=${{ steps.get_version.outputs.version-without-v }} --yes
41+
run: task changelog:tag APP_TAG=${{ steps.get_version.outputs.version-without-v }} --yes
4242

4343
- name: Create Release
4444
if: ${{ !env.ACT }}
@@ -51,4 +51,4 @@ jobs:
5151
release_name: ${{ steps.get_version.outputs.version-without-v }}
5252
draft: false
5353
prerelease: false
54-
body_path: ${{ env.TMP_CHANGELOG_FILENAME }}
54+
body_path: ${{ env.TMP_CHANGELOG_FILENAME }}

0 commit comments

Comments
 (0)