Skip to content

Commit bdc81c8

Browse files
committed
Update release refs
1 parent 3359737 commit bdc81c8

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/release.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.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: mongodb-ruby-driver
2019
GEM_NAME: mongo
2120
PRODUCT_NAME: Ruby Driver
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"
@@ -56,7 +55,7 @@ jobs:
5655
runs-on: ubuntu-latest
5756
steps:
5857
- name: "Run the build action"
59-
uses: jamis/drivers-github-tools/ruby/build@ruby-3643-update-release-process
58+
uses: mongodb-labs/drivers-github-tools/ruby/build@v3
6059
with:
6160
app_id: ${{ vars.APP_ID }}
6261
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -72,7 +71,7 @@ jobs:
7271
runs-on: 'ubuntu-latest'
7372
steps:
7473
- name: "Run the publish action"
75-
uses: jamis/drivers-github-tools/ruby/publish@ruby-3643-update-release-process
74+
uses: mongodb-labs/drivers-github-tools/ruby/publish@v3
7675
with:
7776
app_id: ${{ vars.APP_ID }}
7877
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -84,5 +83,4 @@ jobs:
8483
product_name: ${{ env.PRODUCT_NAME }}
8584
product_id: ${{ env.PRODUCT_ID }}
8685
release_message: ${{ needs.check.outputs.message }}
87-
silk_asset_group: ${{ env.SILK_ASSET_GROUP }}
8886
ref: ${{ needs.check.outputs.ref }}

0 commit comments

Comments
 (0)