Skip to content

Commit 30cad24

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)