Skip to content

Commit f0387e3

Browse files
authored
fix release infra (#365)
1 parent 347a64c commit f0387e3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
required: true
1717

1818
env:
19-
SILK_ASSET_GROUP: bson-ruby
2019
GEM_NAME: bson
2120
PRODUCT_NAME: BSON for Ruby
2221
PRODUCT_ID: mongodb-ruby-driver
@@ -47,7 +46,7 @@ jobs:
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"
@@ -60,7 +59,7 @@ jobs:
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 }}
@@ -76,7 +75,7 @@ jobs:
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 }}
@@ -88,5 +87,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)