Skip to content

Commit

Permalink
var name switch
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed May 31, 2024
1 parent fe07eb0 commit a185e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
aws_region_name: 'us-east-1'
aws_secret_id: ${{ secrets.APP_SECRET_KEY}}
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
npm_package_name: 'bson'
- run: npm publish --provenance --tag=5x
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
aws_region_name: 'us-east-1'
aws_secret_id: ${{ secrets.APP_SECRET_KEY}}
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
npm_package_name: 'bson'
- run: npm publish --provenance
env:
Expand Down

0 comments on commit a185e6a

Please sign in to comment.