include githuboutput

This commit is contained in:
mkorwel
2025-10-21 20:45:43 -07:00
parent cc5ce59dca
commit f0ccf3e52d
+1 -1
View File
@@ -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 }}"'