File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 workflows : [CI]
66 types : [completed]
77 branches : [main]
8+
89jobs :
9- deploy :
10- runs-on : ubuntu-latest
11- if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event != 'schedule' }}
12- steps :
13- - uses : actions/checkout@v3
14- - name : Tag and Push Gem
15- id : tag-and-push-gem
16- uses : discourse/publish-rubygems-action@v2
17- env :
18- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
19- GIT_EMAIL : ${{secrets.GUSTO_GIT_EMAIL}}
20- GIT_NAME : ${{secrets.GUSTO_GIT_NAME}}
21- RUBYGEMS_API_KEY : ${{secrets.RUBYGEMS_API_KEY}}
22- - name : Create GitHub Release
23- run : gh release create v${{steps.tag-and-push-gem.outputs.gem_version}} --generate-notes
24- if : ${{ steps.tag-and-push-gem.outputs.new_version == 'true' }}
25- env :
26- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
10+ call-workflow-from-shared-config :
11+ uses : rubyatscale/shared-config/.github/workflows/cd.yml@main
12+ secrets : inherit
Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 ruby :
17- - 2.7
1817 # See comment comes from https://github.com/ruby/setup-ruby#matrix-of-ruby-versions
1918 # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
2019 - " 3.0"
6968 payload : |
7069 {
7170 "text": "${{ github.repository }}/${{ github.ref }}: FAILED\n${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
72- }
71+ }
Original file line number Diff line number Diff line change 1717PATH
1818 remote: .
1919 specs:
20- packwerk-extensions (0.1.10 )
20+ packwerk-extensions (0.1.11 )
2121 packwerk (>= 2.2.1 )
2222 railties (>= 6.0.0 )
2323 sorbet-runtime
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |spec |
22 spec . name = 'packwerk-extensions'
3- spec . version = '0.1.10 '
3+ spec . version = '0.1.11 '
44 spec . authors = [ 'Gusto Engineers' ]
55 spec . email = [ 'dev@gusto.com' ]
66
You can’t perform that action at this time.
0 commit comments