Skip to content

Commit 4ec6054

Browse files
committed
ci: skip commit version update on version.txt
1 parent a554c87 commit 4ec6054

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
if: ${{ steps.changelog.outputs.skipped == 'false' }}
4646
run: echo "${{ steps.changelog.outputs.tag }}" > version.txt
4747

48-
- name: Commit version.txt update
49-
if: ${{ steps.changelog.outputs.skipped == 'false' }}
50-
run: |
51-
git config user.name 'github-actions[bot]'
52-
git config user.email 'github-actions[bot]@users.noreply.github.com'
53-
git add version.txt
54-
git commit -m "chore(release): update version.txt to ${{ steps.changelog.outputs.tag }}"
55-
git push
48+
# - name: Commit version.txt update
49+
# if: ${{ steps.changelog.outputs.skipped == 'false' }}
50+
# run: |
51+
# git config user.name 'github-actions[bot]'
52+
# git config user.email 'github-actions[bot]@users.noreply.github.com'
53+
# git add version.txt
54+
# git commit -m "chore(release): update version.txt to ${{ steps.changelog.outputs.tag }}"
55+
# git push
5656

5757
- name: Create Release
5858
uses: actions/create-release@v1

0 commit comments

Comments
 (0)