We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44f4be commit cb914a1Copy full SHA for cb914a1
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
contents: write
25
needs: build
26
# job will only start if there is a new tag
27
- if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/v')
28
steps:
29
- name: Branch latest
30
id: branch_name
@@ -118,7 +118,7 @@ jobs:
118
119
fail-fast: false
120
121
122
123
- name: 🛠️ Arm GNU Toolchain (arm-none-eabi-gcc)
124
uses: carlosperate/arm-none-eabi-gcc-action@v1
0 commit comments