Skip to content

Commit b15f2e0

Browse files
authored
add checkout to the workflow (#11)
1 parent a660c77 commit b15f2e0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13+
- uses: actions/checkout@v4
1314
- name: Run latest-tag
1415
uses: EndBug/latest-tag@v1.6.2
1516
with:

.github/workflows/template-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
permissions:
1010
contents: write
1111
steps:
12+
- uses: actions/checkout@v4
1213
- name: Run latest-tag
1314
uses: EndBug/latest-tag@v1.6.2
1415
with:

0 commit comments

Comments
 (0)