We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b77b6 commit 7c1a050Copy full SHA for 7c1a050
.github/workflows/release.yml
@@ -52,13 +52,14 @@ jobs:
52
53
steps:
54
- name: "Run the publish action"
55
- uses: mongodb-labs/drivers-github-tools/ruby/publish@v2
+ uses: jamis/drivers-github-tools/ruby/publish@bundler-cache-version
56
with:
57
app_id: ${{ vars.APP_ID }}
58
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
59
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
60
aws_region_name: ${{ vars.AWS_REGION_NAME }}
61
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
62
+ bundler_cache_version: 1
63
dry_run: ${{ inputs.dry_run }}
64
gem_name: mongoid
65
product_name: Mongoid
0 commit comments