File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 8181 run : npm install
8282 working-directory : .github/config
8383
84+ - name : Setup Ruby
85+ uses : ruby/setup-ruby@v1
86+ with :
87+ ruby-version : ${{ env.RUBY_VER }}
88+
89+ - name : Install dependencies
90+ run : |
91+ bundle config deployment true
92+ bundle install
93+
8494 - name : Conventional Changelog Action
8595 id : conventional_changelog
8696 uses : TriPSs/conventional-changelog-action@v3
@@ -94,18 +104,6 @@ jobs:
94104 pre-changelog-generation : ' .github/config/pre_changelog_hook.js'
95105 config-file-path : ' .github/config/config.js'
96106
97- - name : Setup Ruby
98- if : steps.conventional_changelog.outputs.skipped == 'false'
99- uses : ruby/setup-ruby@v1
100- with :
101- ruby-version : ${{ env.RUBY_VER }}
102-
103- - name : Install dependencies
104- if : steps.conventional_changelog.outputs.skipped == 'false'
105- run : |
106- bundle config deployment true
107- bundle install
108-
109107 - name : Build gem
110108 if : steps.conventional_changelog.outputs.skipped == 'false'
111109 run : gem build *.gemspec
You can’t perform that action at this time.
0 commit comments