Skip to content

Commit 9dd2389

Browse files
authored
Update release.yml
Add git checkout
1 parent f0e0015 commit 9dd2389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
runs-on: ubuntu-18.04
103103
if: (github.event_name == 'push' && github.ref == 'refs/heads/master')
104104
steps:
105+
- uses: actions/checkout@v2
105106
- run: |
106107
set -e -x
107108
docker login --username ${{ secrets.DOCKER_USER }} --password ${{ secrets.DOCKER_PW }}

0 commit comments

Comments
 (0)