Skip to content

Commit

Permalink
Still build helm but don't publish
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom committed Jul 14, 2023
1 parent 136e6bb commit e9f827a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ concurrency:

jobs:
helm-release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
# Checkout our Repo
Expand All @@ -38,6 +37,7 @@ jobs:
helm package version-checker/deploy/charts/version-checker -d jetstack-charts/charts/
- name: Creating PR
if: startsWith(github.ref, 'refs/tags/')
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.JETSTACK_CHARTS_PAT }}
Expand Down

0 comments on commit e9f827a

Please sign in to comment.