Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alex4108 committed Sep 20, 2022
1 parent 03ed776 commit 8a349bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: "${{ steps.tag_version.outputs.changelog }}\n\nContainer URI: hub.docker.com/alex4108/approova:${{steps.tag_version.outputs.new_tag}}"
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- name: Setup Kubectl
Expand Down

0 comments on commit 8a349bc

Please sign in to comment.