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 095fce4 commit 4163c6fCopy full SHA for 4163c6f
.github/workflows/buiddefs-qmake-actions.yml
@@ -51,7 +51,7 @@ jobs:
51
- uses: "marvinpinto/action-automatic-releases@latest"
52
with:
53
repo_token: ${{ secrets.GITHUB_TOKEN }}
54
- automatic_release_tag: builddefs-qmake-${{ env.tag_version }}
+ automatic_release_tag: ${{ env.tag_version }}
55
prerelease: true
56
title: builddefs-qmake-${{ env.tag_version }}
57
files: |
0 commit comments