Skip to content

Commit 3f0aa21

Browse files
ci: add checkout step to create-release job
1 parent 3fb924a commit 3f0aa21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
if: startsWith(github.ref, 'refs/tags/')
136136
runs-on: ubuntu-latest
137137
steps:
138+
- uses: actions/checkout@v4
138139
- name: Create GitHub Release
139140
run: gh release create ${{ github.ref_name }} --generate-notes --title "${{ github.ref_name }}"
140141
env:

0 commit comments

Comments
 (0)