Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan committed Aug 28, 2023
1 parent bc301ae commit 4aa394d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [prereleased, released]
tags:
- 'v*'
workflow_dispatch:

env:
ORIGINAL_REPO_NAME: ${{ github.event.repository.full_name }}
Expand Down Expand Up @@ -151,7 +152,7 @@ jobs:
- name: Commit Changes
run: |
git checkout -b update-chart-version-${{ github.sha }} origin/main
git checkout -b update-chart-version-${{ github.sha }}
git branch -a
git add ${{ env.CHART_DIRECTORY }}/Chart.yaml
git commit -m "Update version and appVersion"
Expand Down

0 comments on commit 4aa394d

Please sign in to comment.