Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv committed Jun 25, 2023
1 parent 4d6aaca commit f2883d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
chart:
uses: ./.github/workflows/build-chart.yml
needs: [versioning, app, image]
if: github.ref == 'refs/heads/main'
with:
semVer: ${{ needs.versioning.outputs.semVer }}
if: github.ref == 'refs/heads/main'

release:
needs: [versioning, app, image, chart]
Expand Down

0 comments on commit f2883d0

Please sign in to comment.