diff --git a/.github/workflows/node-sdk.yml b/.github/workflows/node-sdk.yml index 064063a7..0599c8a0 100644 --- a/.github/workflows/node-sdk.yml +++ b/.github/workflows/node-sdk.yml @@ -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'