Skip to content

Commit

Permalink
Fix typo in release-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan authored Aug 31, 2023
1 parent 14d282b commit b4825d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Find next helm chart version
run: |
NEXT_VERSION=$(go run version-update-3.go "CURRENT_VERSION" "$ORIGINAL_APP_VERSION" "$NEW_APP_VERSION")
NEXT_VERSION=$(go run version-update.go "CURRENT_VERSION" "$ORIGINAL_APP_VERSION" "$NEW_APP_VERSION")
echo "Next helm chart version: $NEXT_VERSION"
echo "NEXT_VERSION=$NEXT_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit b4825d3

Please sign in to comment.