Fix semantic versioning
This commit is contained in:
parent
242bc9d7a8
commit
295142a010
|
|
@ -75,6 +75,7 @@ jobs:
|
||||||
uses: "marvinpinto/action-automatic-releases@latest"
|
uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
automatic_release_tag: ${{ github.ref_name }}
|
||||||
draft: true
|
draft: true
|
||||||
files: |
|
files: |
|
||||||
${{ github.workspace }}/build/release/*.hex
|
${{ github.workspace }}/build/release/*.hex
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue