Skip to content

Commit

Permalink
build: add checkout step to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist committed Oct 8, 2021
1 parent 5009cf3 commit 587bb72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ jobs:
- snyk
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4

- name: Docker meta
id: meta
uses: docker/metadata-action@v3.5.0
Expand Down

0 comments on commit 587bb72

Please sign in to comment.