We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b11b7 commit 364378cCopy full SHA for 364378c
.github/workflows/release.yml
@@ -22,6 +22,6 @@ jobs:
22
- run: >-
23
git push
24
https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
25
- HEAD:refs/heads/v1
+ HEAD:refs/heads/v2
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments