ISSUE-33 #95

Closed
kruti wants to merge 82 commits from kruti/CFTunnels:ISSUE-33 into test
Showing only changes of commit 9561772b9c - Show all commits

View File

@ -44,6 +44,7 @@ jobs:
uses: gradle/actions/wrapper-validation@v3
- name: Create and push tag
run: |
echo "NEW_VERSION=${{ needs.tag.outputs.new_version }}"
git config --global user.name "${{gitea.actor}}"
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 }}"