File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2424
2525 - name : Add Go Module Tags
2626 run : |
27- git config user.name "${{ github.ref }}"
28- git config user.email "${{ github.ref }}@users.noreply.github.com"
27+ git config user.name "${{ github.actor }}"
28+ git config user.email "${{ github.actor }}@users.noreply.github.com"
2929 git tag -a -f -m "${{ env.TAG_NAME }}" extra/go/ast/${{ env.TAG_NAME }}
3030 git tag -a -f -m "${{ env.TAG_NAME }}" extra/go/command/${{ env.TAG_NAME }}
3131 git tag -a -f -m "${{ env.TAG_NAME }}" extra/go/file/${{ env.TAG_NAME }}
32- git push --follow-tags HEAD:main
32+ git push origin tag extra/go/ast/${{ env.TAG_NAME }}
33+ git push origin tag extra/go/command/${{ env.TAG_NAME }}
34+ git push origin tag extra/go/file/${{ env.TAG_NAME }}
You can’t perform that action at this time.
0 commit comments