We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed403f commit f1ec56cCopy full SHA for f1ec56c
.github/workflows/publish.yml
@@ -48,6 +48,8 @@ jobs:
48
run: curl -o release-notes.md https://drive.google.com/uc?export=download&id=1LdP8rvPZ9ra4mc4vmv3smcDwVD96Zwn8
49
- name: Create Tag
50
run: |
51
+ git config --global user.name "github-actions[bot]"
52
+ git config --global user.email "github-actions[bot]@user.noreply.github.com"
53
git tag -a ${{ env.VERSION }} -m"${{ env.VERSION }}"
54
git push origin ${{ env.VERSION }}
55
- name: Create Release
0 commit comments