Skip to content

Commit

Permalink
Update update-image-tag.yaml [no ci]
Browse files Browse the repository at this point in the history
petercort authored Dec 28, 2024
1 parent aaa4f6f commit d98b968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-image-tag.yaml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
git checkout -b $BRANCH_NAME
# Update the image.tag in values.yaml
sed "s/^appVersion: .*/appVersion: \"$NEW_VERSION\"/" event-buddy/Chart.yaml
sed -i "s/^appVersion: .*/appVersion: \"$NEW_VERSION\"/" event-buddy/Chart.yaml
git config --global user.name "${{ steps.app-token.outputs.app-slug }}[bot]"
git config --global user.email "${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>"

0 comments on commit d98b968

Please sign in to comment.