Skip to content

Commit 04344ad

Browse files
committed
fix: publish prereleases with alpha tag
1 parent a058e13 commit 04344ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
working-directory: use-shopping-cart
6060
run: |
6161
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
62-
npm publish --dry-run
62+
npm publish --dry-run --tag alpha
6363
else
64-
npm publish
64+
npm publish --tag alpha
6565
fi
6666
# publish-gpr:
6767
# needs: build

0 commit comments

Comments
 (0)