File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,16 @@ jobs:
73
73
run : ./.github/scripts/publish_preflight_check.sh
74
74
75
75
- name : Merge to master
76
- uses : devmasx/merge-branch@b57c127024eb70aef25b76a54e586638d17ee085
76
+
77
77
with :
78
- type : now
79
- target_branch : master
80
- env :
81
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78
+ github-token : ${{ secrets.GITHUB_TOKEN }}
79
+ script : |
80
+ github.repos.merge({
81
+ owner: context.repo.owner,
82
+ repo: context.repo.repo,
83
+ base: 'master',
84
+ head: 'dev'
85
+ })
82
86
83
87
# We pull this action from a custom fork of a contributor until
84
88
# https://github.com/actions/create-release/pull/32 is merged. Also note that v1 of
96
100
prerelease : false
97
101
98
102
- name : Post to Twitter
99
- run : Sending Tweet
103
+ run : echo Sending Tweet
Original file line number Diff line number Diff line change 1
1
# Example version file
2
- __version__ = '0.0.20 '
2
+ __version__ = '0.0.25 '
You can’t perform that action at this time.
0 commit comments