From f0ccf3e52db930263b52c0e3471b1eb19b6c82bc Mon Sep 17 00:00:00 2001 From: mkorwel Date: Tue, 21 Oct 2025 20:45:43 -0700 Subject: [PATCH] include githuboutput --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 591e79bb9e..d1079be5be 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -49,7 +49,7 @@ jobs: shell: 'bash' env: SHA: 'ci-${{ github.sha }}' - run: 'echo "tag=$SHA"' + run: 'echo "tag=$SHA" >> $GITHUB_OUTPUT' - name: 'Publish to GitHub Packages' run: 'npm publish --tag="${{ steps.get_tag.outputs.tag }}"'