Skip to content

Commit

Permalink
deploy step needs to checkout again #4
Browse files Browse the repository at this point in the history
  • Loading branch information
irongut committed Sep 5, 2021
1 parent e07628e commit 162def6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 162def6

Please sign in to comment.