Skip to content

Commit 7a258a7

Browse files
authored
Fix no .git (#597)
Missing action/checkout@v3 -- Fixed
1 parent 72fe96f commit 7a258a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
environment: production
1212
steps:
13+
- name: 'Check out code'
14+
uses: actions/checkout@v3
15+
1316
- name: 'Update dependents'
1417
env:
1518
JENKINS_DEVOPS_TOKEN: ${{ secrets.JENKINS_DEVOPS_TOKEN }}

0 commit comments

Comments
 (0)