Skip to content

Commit 295142a

Browse files
committed
Fix semantic versioning
1 parent 242bc9d commit 295142a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
uses: "marvinpinto/action-automatic-releases@latest"
7676
with:
7777
repo_token: "${{ secrets.GITHUB_TOKEN }}"
78+
automatic_release_tag: ${{ github.ref_name }}
7879
draft: true
7980
files: |
8081
${{ github.workspace }}/build/release/*.hex

0 commit comments

Comments
 (0)