stop using deprecated set-output directive

This commit is contained in:
Kenneth Bingham 2024-06-26 16:16:57 -04:00
parent 5403dcf838
commit 43770b358f
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -38,7 +38,7 @@ jobs:
- name: Get current zrok repo tag - name: Get current zrok repo tag
id: 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 - name: Update zrok NodeJS-SDK's package.json version based on current zrok repo git tag
if: github.ref_type == 'tag' if: github.ref_type == 'tag'