Skip to content

Commit 9b4a75c

Browse files
committed
patch: explicitly push to release
1 parent 9b2cbe7 commit 9b4a75c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
12-
with:
13-
fetch-depth: 0
1412

1513
- name: Install
1614
run: npm ci
@@ -27,4 +25,4 @@ jobs:
2725
git checkout -b v$VERSION_TAG
2826
npm version $VERSION_TAG --git-tag-version=false
2927
git commit -am "Release version $VERSION_TAG [ci skip]"
30-
git push origin release
28+
git push origin HEAD:release

0 commit comments

Comments
 (0)