ISSUE-33 #95

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

View File

@ -34,6 +34,7 @@ jobs:
- name: Increment version
id: calc_new_tag
run: |
echo "${{ steps.get_id.outputs.PATCH }}"
echo "NEW_PATCH=$(( ${{ steps.get_id.outputs.PATCH }} + 1))" >> $GITEA_OUTPUT
echo "NEW_VERSION=$( ${{ steps.get_id.outputs.MAJOR }}.${{ steps.get_id.outputs.MINOR }}.${NEW_PATCH})" >> $GITEA_OUTPUT
- name: Create and push tag