Skip to content

Commit

Permalink
patch: explicitly push to release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexieyizhe committed Jul 16, 2020
1 parent 9b2cbe7 commit 9b4a75c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Install
run: npm ci
Expand All @@ -27,4 +25,4 @@ jobs:
git checkout -b v$VERSION_TAG
npm version $VERSION_TAG --git-tag-version=false
git commit -am "Release version $VERSION_TAG [ci skip]"
git push origin release
git push origin HEAD:release

1 comment on commit 9b4a75c

@vercel
Copy link

@vercel vercel bot commented on 9b4a75c Jul 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.