We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9031739 commit 9138adbCopy full SHA for 9138adb
.github/workflows/release-feature-branch.yaml
@@ -388,8 +388,6 @@ jobs:
388
- name: Publish (from tarball)
389
if: steps.checks.outputs.has_new_release == 'true'
390
shell: bash
391
- env:
392
- NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
393
run: |
394
set -euxo pipefail
395
npm publish ./artifacts/${{ matrix.package }}/package.tgz --tag "${{ steps.checks.outputs.tag }}"
0 commit comments