Skip to content

Commit 364378c

Browse files
authored
Change release branch from v1 to v2
1 parent a7b11b7 commit 364378c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- run: >-
2323
git push
2424
https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
25-
HEAD:refs/heads/v1
25+
HEAD:refs/heads/v2
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)