Skip to content

Commit 162def6

Browse files
committed
deploy step needs to checkout again #4
1 parent e07628e commit 162def6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
contents: read
3939
packages: write
4040
steps:
41+
- name: Checkout
42+
uses: actions/checkout@v2
43+
4144
- name: Login to GitHub Container Registry
4245
uses: docker/login-action@v1
4346
with:

0 commit comments

Comments
 (0)