Skip to content

Commit 08870a1

Browse files
committed
Update alpha publishing to point to v3 branch
1 parent bd95106 commit 08870a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5555
publish_alpha:
56-
if: github.event_name == 'push' && endsWith(github.ref, 'v2')
56+
if: github.event_name == 'push' && endsWith(github.ref, 'v3')
5757
needs: build_test
5858
name: publish alpha version to npm
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)