Skip to content

Commit

Permalink
patch: need to create a branch if pushing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexieyizhe committed Jul 16, 2020
1 parent 4515746 commit ad57099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
npm run build
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

1 comment on commit ad57099

@vercel
Copy link

@vercel vercel bot commented on ad57099 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.