File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1616 required : true
1717
1818env :
19- SILK_ASSET_GROUP : bson-ruby
2019 GEM_NAME : bson
2120 PRODUCT_NAME : BSON for Ruby
2221 PRODUCT_ID : mongodb-ruby-driver
4746 steps :
4847 - name : " Run the check action"
4948 id : check
50- uses : jamis /drivers-github-tools/ruby/pr-check@ruby-3643-update-release-process
49+ uses : mongodb-labs /drivers-github-tools/ruby/pr-check@v3
5150
5251 build :
5352 name : " Build Gems"
6059 ruby : [ 'ruby-3.2', 'jruby-9.4' ]
6160 steps :
6261 - name : " Run the build action"
63- uses : jamis /drivers-github-tools/ruby/build@ruby-3643-update-release-process
62+ uses : mongodb-labs /drivers-github-tools/ruby/build@v3
6463 with :
6564 app_id : ${{ vars.APP_ID }}
6665 app_private_key : ${{ secrets.APP_PRIVATE_KEY }}
7675 runs-on : ubuntu-latest
7776 steps :
7877 - name : " Run the publish action"
79- uses : jamis /drivers-github-tools/ruby/publish@ruby-3643-update-release-process
78+ uses : mongodb-labs /drivers-github-tools/ruby/publish@v3
8079 with :
8180 app_id : ${{ vars.APP_ID }}
8281 app_private_key : ${{ secrets.APP_PRIVATE_KEY }}
8887 product_name : ${{ env.PRODUCT_NAME }}
8988 product_id : ${{ env.PRODUCT_ID }}
9089 release_message : ${{ needs.check.outputs.message }}
91- silk_asset_group : ${{ env.SILK_ASSET_GROUP }}
9290 ref : ${{ needs.check.outputs.ref }}
You can’t perform that action at this time.
0 commit comments