diff --git a/.github/workflows/npm-tag.yml b/.github/workflows/npm-tag.yml index 2fe46321b..14b53d157 100644 --- a/.github/workflows/npm-tag.yml +++ b/.github/workflows/npm-tag.yml @@ -21,6 +21,8 @@ jobs: NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - name: Add tag - run: ./ops/npm-tag.sh "$TAG" + run: | + echo "Tagging as $TAG" + ./ops/npm-tag.sh "$TAG" env: TAG: ${{ inputs.tag }}