We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242bc9d commit 295142aCopy full SHA for 295142a
.github/workflows/build.yml
@@ -75,6 +75,7 @@ jobs:
75
uses: "marvinpinto/action-automatic-releases@latest"
76
with:
77
repo_token: "${{ secrets.GITHUB_TOKEN }}"
78
+ automatic_release_tag: ${{ github.ref_name }}
79
draft: true
80
files: |
81
${{ github.workspace }}/build/release/*.hex
0 commit comments