Skip to content

Commit

Permalink
github/workflows: add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearaugustin committed Aug 20, 2021
1 parent 8bcc7e8 commit f02beaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
docker-release:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Docker meta
id: meta
Expand Down

0 comments on commit f02beaf

Please sign in to comment.