Skip to content

Commit e640bc7

Browse files
committed
more fixes
1 parent ee7f34f commit e640bc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-ota-updates.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
17+
with:
18+
fetch-tags: true
1719

1820
- name: Install GNU gettext
1921
run: sudo apt-get install gettext

0 commit comments

Comments
 (0)