Skip to content

Commit d21ab7b

Browse files
committed
[CI] Adapt Release on NPM workflow for 3.x
1 parent 10ccecc commit d21ab7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-on-npm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release on NPM
33
on:
44
push:
55
tags:
6-
- 'v2.*.*'
6+
- 'v3.*.*'
77

88
permissions:
99
id-token: write # Required for OIDC
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:
18-
ref: 2.x
18+
ref: 3.x
1919

2020
- name: Configure Git
2121
run: |
@@ -56,4 +56,4 @@ jobs:
5656
- name: Push changes
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
run: git push origin 2.x
59+
run: git push origin 3.x

0 commit comments

Comments
 (0)