File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments