Skip to content

Commit 841fb80

Browse files
authored
. e apply ACN to version updates
1 parent 18d6592 commit 841fb80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
git config --local user.email "action@github.com"
5656
git config --local user.name "GitHub Action"
57-
git commit -m "v ${{ steps.version.outputs.tag }}" -a || echo "nothing to commit"
57+
git commit -m ". C Release v${{ steps.version.outputs.tag }}" -a || echo "nothing to commit"
5858
git checkout -b temp
5959
git fetch
6060
git checkout master

0 commit comments

Comments
 (0)