Skip to content

Commit 7c1a050

Browse files
authored
point release action at jamis@bundler-cache-version branch (#5930)
1 parent b5b77b6 commit 7c1a050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ jobs:
5252

5353
steps:
5454
- name: "Run the publish action"
55-
uses: mongodb-labs/drivers-github-tools/ruby/publish@v2
55+
uses: jamis/drivers-github-tools/ruby/publish@bundler-cache-version
5656
with:
5757
app_id: ${{ vars.APP_ID }}
5858
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
5959
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
6060
aws_region_name: ${{ vars.AWS_REGION_NAME }}
6161
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
62+
bundler_cache_version: 1
6263
dry_run: ${{ inputs.dry_run }}
6364
gem_name: mongoid
6465
product_name: Mongoid

0 commit comments

Comments
 (0)