Skip to content

Commit 353b7c3

Browse files
authored
ci: use github.ref instead of github.sha to use git tag when releasing new version (#1535)
1 parent 58ed412 commit 353b7c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
path: firmware
2525
submodules: recursive
26-
ref: ${{ github.event.pull_request.head.sha || github.sha }}
26+
ref: ${{ github.event.pull_request.head.sha || github.ref }}
2727

2828
- name: Install build dependencies
2929
run: |

0 commit comments

Comments
 (0)