File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,17 @@ jobs:
38
38
wget https://raw.githubusercontent.com/progit/progit2-pub/master/bootstrap.sh
39
39
sh bootstrap.sh
40
40
bundle install
41
- # Runs a set of commands using the runners shell
42
- - name : build book
43
- run : |
44
- bundle exec rake book:build_action
45
- bundle exec rake book:tag
46
41
- name : Bump version and push tag
47
42
id : tag_version
48
43
uses :
mathieudutour/[email protected]
49
44
with :
50
45
github_token : ${{ secrets.GITHUB_TOKEN }}
46
+ # Runs a set of commands using the runners shell
47
+ - name : build book
48
+ env :
49
+ GITHUB_VERSION : ${{ steps.tag_version.outputs.new_tag }}
50
+ run : |
51
+ bundle exec rake book:build_action
51
52
- name : Create a GitHub release
52
53
id : create_release
53
54
uses : actions/create-release@v1
You can’t perform that action at this time.
0 commit comments