Skip to content

Commit

Permalink
fix sync commit (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanMelnyk113 authored Dec 15, 2023
1 parent bcf1133 commit ed24583
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 @@ -202,6 +202,6 @@ jobs:
git checkout main
cp -r ${CHART_PATH} ./charts/egressd
git add charts/egressd
git commit -m "[egressd] Update egressd chart to ${{env.RELEASE_TAG}}"
git commit -m "Update egressd chart to ${{env.RELEASE_TAG}}"
git push

0 comments on commit ed24583

Please sign in to comment.