Skip to content

Commit

Permalink
Release workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
szymon-owczarzak authored Jan 29, 2021
1 parent 2029972 commit af72d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git pull
git commit -m "[skip travis] Bump version" -a
- name: Push Changes
if: ${{ success() }}
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create draft release
if: ${{ success() }}
id: create_release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit af72d7a

Please sign in to comment.