mirror of
https://github.com/openziti/zrok.git
synced 2025-06-21 02:07:44 +02:00
stop using deprecated set-output directive
This commit is contained in:
parent
5403dcf838
commit
43770b358f
2
.github/workflows/node-sdk.yml
vendored
2
.github/workflows/node-sdk.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: Get current zrok repo tag
|
||||
id: tag
|
||||
run: echo ::set-output name=TAG::$(git describe --tags --abbrev=0)
|
||||
run: echo "TAG=$(git describe --tags --abbrev=0)" | tee -a $GITHUB_OUTPUT
|
||||
|
||||
- name: Update zrok NodeJS-SDK's package.json version based on current zrok repo git tag
|
||||
if: github.ref_type == 'tag'
|
||||
|
Loading…
x
Reference in New Issue
Block a user