Skip to content

Commit

Permalink
story(ccls-2159): correct pipeline commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
porritta committed May 13, 2024
1 parent 53f3fad commit feeac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions Bot"
git add .
git commit -m "update appVersion to $${{ env.REPO_NAME }}-${{ env.APP_VERSION }}"
git commit -m "update appVersion to ${{ env.REPO_NAME }}-${{ env.APP_VERSION }}"
git push origin
update-laa-ccms-caab-ui:
Expand Down

0 comments on commit feeac0b

Please sign in to comment.