Correcting syntax #53

Merged
hitanshu merged 1 commits from hitanshu/CFTunnels:tags into test 2025-06-10 17:58:17 +00:00

View File

@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Get new version
id: new_version id: new_version
run: | run: |
VERSION=$(git describe --tags --abbrev=0) VERSION=$(git describe --tags --abbrev=0)