tags #52

Merged
hitanshu merged 2 commits from hitanshu/CFTunnels:tags into test 2025-06-10 17:51:08 +00:00
Showing only changes of commit bdb4c77ac3 - 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)