File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/setup-node@v4
2525 with :
2626 node-version : " lts/*"
27+ - name : Set up Ruby
28+ uses : ruby/setup-ruby@v1
2729 - name : Install dependencies
2830 run :
2931 npm i -g semantic-release-rubygem @semantic-release/changelog @semantic-release/git @semantic-release/release-notes-generator @semantic-release/github @semantic-release/commit-analyzer semantic-release
Original file line number Diff line number Diff line change 44 " @semantic-release/commit-analyzer" ,
55 " @semantic-release/release-notes-generator" ,
66 " @semantic-release/changelog" ,
7- [" semantic-release-rubygem" , { "gemPublish" : true }],
7+ [
8+ " semantic-release-rubygem" ,
9+ { "gemPublish" : true , "updateGemfileLock" : true }
10+ ],
811 [
912 " @semantic-release/git" ,
1013 {
Original file line number Diff line number Diff line change 1313PATH
1414 remote: .
1515 specs:
16- jsonapi-resources-anchor (1.0.0 )
16+ jsonapi-resources-anchor (1.0.1 )
1717 jsonapi-resources (~> 0.1 )
1818 rails (>= 7.0 )
1919
You can’t perform that action at this time.
0 commit comments