Skip to content

Commit 621391f

Browse files
committed
chore(build): fix checkout
1 parent 05f6b90 commit 621391f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/homebrew.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
homebrew-bump:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
1316
- name: Get release version
1417
run: |
1518
# Extract tag

.github/workflows/winget.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
winget-bump:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
1316
- name: Get release version
1417
run: |
1518
# Extract tag

0 commit comments

Comments
 (0)