Skip to content

Commit

Permalink
ci: add push to dev after release
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Feb 13, 2021
1 parent b5b38b1 commit 4b6f0d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:
PYPI_USERNAME: __token__
run: |
DEBUG='*' semantic-release publish
- name: Push changes to dev
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: dev

0 comments on commit 4b6f0d6

Please sign in to comment.