There was an error while loading. Please reload this page.
1 parent 059e33a commit 1b5b317Copy full SHA for 1b5b317
1 file changed
.github/workflows/release.yaml
@@ -30,7 +30,6 @@ jobs:
30
- run: pnpm build
31
- run: pnpm test
32
33
- # Might need --recursive in this publish command?
34
- name: Read version and publish
35
env:
36
# Clear the sentinel value setup-node writes; otherwise npm tries to
@@ -40,7 +39,7 @@ jobs:
40
39
run: |
41
VERSION=$(jq -r .version packages/deck.gl-geoarrow/package.json)
42
if [[ "$VERSION" == *alpha* || "$VERSION" == *beta* ]]; then
43
- pnpm publish --no-git-checks --tag beta
+ pnpm --filter @geoarrow/deck.gl-geoarrow publish --no-git-checks --tag beta
44
else
45
- pnpm publish --no-git-checks
+ pnpm --filter @geoarrow/deck.gl-geoarrow publish --no-git-checks
46
fi
0 commit comments