Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@ jobs:
run: |
set -euo pipefail
npm config set registry https://registry.npmjs.org
npm install -g npm@latest

- name: Publish tarball to npmjs
run: |
set -euo pipefail

TARBALL=$(ls -1 *.tgz | head -n 1)
TAG_FLAG=""
if [ "${{ github.event.inputs.environment }}" = "beta" ]; then
Expand Down