diff --git a/.github/workflows/node-package.yml b/.github/workflows/node-package.yml index 3a36b8a62..0482d6209 100644 --- a/.github/workflows/node-package.yml +++ b/.github/workflows/node-package.yml @@ -86,7 +86,7 @@ jobs: if [ -z "$tag" ]; then node -e "console.log('DELTACHAT_NODE_TAR_GZ=deltachat-node-' + '${{ github.ref }}'.split('/')[2] + '.tar.gz')" >> $GITHUB_ENV else - node -e "console.log('DELTACHAT_NODE_TAR_GZ=deltachat-node-' + '${{ steps.tag.outputs.tag }}'.split('/')[2] + '.tar.gz')" >> $GITHUB_ENV + echo "DELTACHAT_NODE_TAR_GZ=deltachat-node-${{ steps.tag.outputs.tag }}.tar.gz" >> $GITHUB_ENV echo "No preview will be uploaded this time, but the $tag release" fi - name: System info