ISSUE-33 #96

Merged
hitanshu merged 88 commits from kruti/CFTunnels:ISSUE-33 into test 2026-01-14 17:26:26 +00:00
Showing only changes of commit af51165e49 - Show all commits

View File

@ -9,6 +9,10 @@ jobs:
outputs: outputs:
new_version: ${{ steps.new_version.outputs.new_version }} new_version: ${{ steps.new_version.outputs.new_version }}
steps: steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0
id: new_version id: new_version
run: | run: |
VERSION=$(git describe --tags --abbrev=0) VERSION=$(git describe --tags --abbrev=0)