Skip to content

Commit

Permalink
Fixed release step in CI pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sim <[email protected]>
  • Loading branch information
ihcsim committed Aug 24, 2022
1 parent 7bfb16c commit be920d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
release:
if: ${{ startsWith(github.ref, 'refs/tags') }}
needs:
- build
- image
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit be920d1

Please sign in to comment.