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 4bf5102 commit 21b7212Copy full SHA for 21b7212
1 file changed
.github/workflows/release.yml
@@ -23,6 +23,6 @@ jobs:
23
git config user.email github-actions@github.com
24
git add .gitignore dist/
25
git commit -m "build"
26
- git push --force https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/v1"
+ git push --force https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/v1
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments