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 fe07eb0 commit a185e6aCopy full SHA for a185e6a
.github/workflows/release-5.x.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
37
aws_region_name: 'us-east-1'
38
- aws_secret_id: ${{ secrets.APP_SECRET_KEY}}
+ aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
39
npm_package_name: 'bson'
40
- run: npm publish --provenance --tag=5x
41
env:
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
- run: npm publish --provenance
0 commit comments