ISSUE-33 #97

Closed
kruti wants to merge 88 commits from kruti/CFTunnels:ISSUE-33 into main
Showing only changes of commit af51165e49 - Show all commits

View File

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