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