Skip to content

Commit d18d0bd

Browse files
committed
fix(ci): workflow when run on tag
1 parent ec9c7c3 commit d18d0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/package_main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636
with:
3737
fetch-tags: true
38+
ref: ${{ github.ref }}
3839

3940
- name: Build Main Code
4041
uses: espressif/esp-idf-ci-action@v1

0 commit comments

Comments
 (0)