Skip to content

Commit

Permalink
bugfix: add checkout step and make release depend on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed Aug 2, 2022
1 parent 119eb57 commit cf66f27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:

release:
runs-on: ubuntu-22.04
needs: [ "ci" ]

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit cf66f27

Please sign in to comment.