Skip to content

Commit 4163c6f

Browse files
committed
fix[github_actions]: fix tag name
1 parent 095fce4 commit 4163c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buiddefs-qmake-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: "marvinpinto/action-automatic-releases@latest"
5252
with:
5353
repo_token: ${{ secrets.GITHUB_TOKEN }}
54-
automatic_release_tag: builddefs-qmake-${{ env.tag_version }}
54+
automatic_release_tag: ${{ env.tag_version }}
5555
prerelease: true
5656
title: builddefs-qmake-${{ env.tag_version }}
5757
files: |

0 commit comments

Comments
 (0)