Skip to content

Commit 943b9b5

Browse files
authored
Merge pull request #49 from LouDnl/dev
Fixed?
2 parents b2586c4 + cb914a1 commit 943b9b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: write
2525
needs: build
2626
# job will only start if there is a new tag
27-
if: startsWith(github.ref, 'refs/tags/')
27+
if: startsWith(github.ref, 'refs/tags/v')
2828
steps:
2929
- name: Branch latest
3030
id: branch_name
@@ -118,7 +118,7 @@ jobs:
118118

119119
fail-fast: false
120120

121-
if: startsWith(github.ref, 'refs/tags/')
121+
if: startsWith(github.ref, 'refs/tags/v')
122122
steps:
123123
- name: 🛠️ Arm GNU Toolchain (arm-none-eabi-gcc)
124124
uses: carlosperate/arm-none-eabi-gcc-action@v1

0 commit comments

Comments
 (0)