File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 17
17
- name : Checkout code
18
18
uses : actions/checkout@v2
19
19
20
- -
uses :
webfactory/[email protected]
21
- with :
22
- ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
23
-
24
20
- name : Create Release
25
21
id : create_release
26
22
uses : actions/create-release@v1
33
29
prerelease : false
34
30
35
31
- name : Set up Python 3.7
36
- uses : actions/setup-python@v1
32
+ uses : actions/setup-python@v2
37
33
with :
38
34
python-version : 3.7
39
35
65
61
git config --local user.name 'github-actions[bot]'
66
62
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
67
63
python -m pipenv run inv release.bump-version --dev --commit
68
- git push [email protected] :${{ github.repository }}.git HEAD:master
69
64
65
+ - name : Push changes
66
+ uses : ad-m/github-push-action@master
67
+ with :
68
+ github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments