We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1ad4e commit a568d07Copy full SHA for a568d07
.github/workflows/ruby.yml renamed to .github/workflows/create-release.yml
@@ -1,9 +1,7 @@
1
name: Ruby
2
3
on:
4
- push:
5
- tags:
6
- - '*'
+ release
7
8
jobs:
9
build:
@@ -16,7 +14,17 @@ jobs:
16
14
uses: actions/setup-ruby@v1
17
15
with:
18
ruby-version: 2.6.x
19
- - name: Build and test with Rake
+ - name: Update Externals
+ run: |
+ git submodules update --remote
20
+ - name: commit changed files
21
+ uses: stefanzweifel/[email protected]
22
+ with:
23
+ commit_message: Apply automatic changes
24
+ branch: ${{ github.head_ref }}
25
+ env:
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
+ - name: Build and test with Jekyll
28
run: |
29
gem install bundler
30
bundle install --jobs 4 --retry 3
0 commit comments