Skip to content

Commit

Permalink
chore(release): remove rebase from release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed May 31, 2020
1 parent 7c1cd00 commit 4980dce
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,3 @@ jobs:
GIT_COMMITTER_NAME: typescripttdd
GIT_COMMITTER_EMAIL: typescripttdd
run: npm run release
- name: Checkout develop
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUBTYPESCRIPTTDD }}
ref: develop
- name: Rebase
env:
GITHUB_TOKEN: ${{ secrets.GITHUBTYPESCRIPTTDD }}
run: |
git rebase origin/master
git push --force

0 comments on commit 4980dce

Please sign in to comment.