forked from Hithomelabs/CFTunnels
Adding git config
This commit is contained in:
parent
5b8735bf58
commit
33682a4425
@ -44,6 +44,7 @@ jobs:
|
|||||||
uses: gradle/actions/wrapper-validation@v3
|
uses: gradle/actions/wrapper-validation@v3
|
||||||
- name: Create and push tag
|
- name: Create and push tag
|
||||||
run: |
|
run: |
|
||||||
|
echo "NEW_VERSION=${{ needs.tag.outputs.new_version }}"
|
||||||
git config --global user.name "${{gitea.actor}}"
|
git config --global user.name "${{gitea.actor}}"
|
||||||
git config --global user.email "${{ gitea.actor }}@users.noreply.github.com"
|
git config --global user.email "${{ gitea.actor }}@users.noreply.github.com"
|
||||||
git tag -a ${{ needs.tag.outputs.new_version }} -m "Pushing new version ${{ needs.tag.outputs.new_version }}"
|
git tag -a ${{ needs.tag.outputs.new_version }} -m "Pushing new version ${{ needs.tag.outputs.new_version }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user