forked from Hithomelabs/CFTunnels
Trying to multiple jobs
This commit is contained in:
parent
5307ba0307
commit
bdb4c77ac3
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user