Skip to content

Commit 2689d50

Browse files
committed
ensure @rapidsai/deck.gl is also published to npm
1 parent f088292 commit 2689d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
docker run --rm --pull always --platform "linux/${ARCH}" -v "$PWD/build:/out" \
128128
ghcr.io/${{ github.repository }}:${RAPIDS}-devel-${NODE}-${CUDA}-${LINUX}-packages \
129-
sh -c "find /opt/rapids/ -type f -name 'rapidsai-[^demo]*.tgz' -exec cp {} /out/ \;"
129+
sh -c "find /opt/rapids/ -type f \( -name 'rapidsai-deck.gl*.tgz' -or -name 'rapidsai-[^demo]*.tgz' \) -exec cp {} /out/ \;"
130130
131131
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > "$HOME/.npmrc"
132132
find build -type f -name 'rapidsai-*.tgz' -exec npm publish --access public ./{} \;

0 commit comments

Comments
 (0)