We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2cbe7 commit 9b4a75cCopy full SHA for 9b4a75c
.github/workflows/release.yml
@@ -9,8 +9,6 @@ jobs:
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v2
12
- with:
13
- fetch-depth: 0
14
15
- name: Install
16
run: npm ci
@@ -27,4 +25,4 @@ jobs:
27
25
git checkout -b v$VERSION_TAG
28
26
npm version $VERSION_TAG --git-tag-version=false
29
git commit -am "Release version $VERSION_TAG [ci skip]"
30
- git push origin release
+ git push origin HEAD:release
0 commit comments