Skip to content

Commit

Permalink
push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Nov 30, 2019
1 parent eb6a106 commit 5a3e5ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

steps:
- uses: actions/checkout@master
with:
ref: master

- name: Setup Node.js
uses: actions/setup-node@v1
Expand All @@ -39,7 +37,7 @@ jobs:
yarn version --new-version $version
git add package.json
git commit -m "Bump version to $version"
git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY"
git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY" HEAD:master
- name: Publish
run: yarn publish
Expand Down

0 comments on commit 5a3e5ef

Please sign in to comment.