Skip to content

Commit bb16002

Browse files
chore(DVIZ-24): add checkout to release stage
1 parent 4529c7a commit bb16002

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
needs: build-and-push-docker-image
8484
runs-on: ubuntu-latest
8585
steps:
86+
- name: Checkout Repository
87+
uses: actions/checkout@v4
88+
with:
89+
fetch-depth: '0'
90+
8691
- name: Set up JDK
8792
uses: actions/setup-java@v4
8893
with:

0 commit comments

Comments
 (0)