Skip to content

Commit c4df623

Browse files
authored
chore: prepare for non-prerelease (#36)
1 parent 2c0b2f5 commit c4df623

File tree

3 files changed

+2
-34
lines changed

3 files changed

+2
-34
lines changed

Diff for: .github/workflows/build.yml

-31
Original file line numberDiff line numberDiff line change
@@ -68,34 +68,3 @@ jobs:
6868
if-no-files-found: 'error'
6969
retention-days: 1
7070
compression-level: 0
71-
72-
release_please:
73-
needs: [host_builds, container_builds]
74-
runs-on: ubuntu-latest
75-
outputs:
76-
release_created: ${{ steps.release.outputs.release_created }}
77-
steps:
78-
- id: release
79-
uses: googleapis/release-please-action@v4
80-
81-
sign_and_upload:
82-
needs: [release_please]
83-
if: ${{ needs.release_please.outputs.release_created }}
84-
runs-on: ubuntu-latest
85-
environment: release
86-
steps:
87-
- uses: actions/checkout@v4
88-
- name: Install Node and dependencies
89-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
90-
with:
91-
ignore_install_scripts: true
92-
- name: actions/sign_and_upload_package
93-
uses: ./.github/actions/sign_and_upload_package
94-
with:
95-
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
96-
aws_region_name: 'us-east-1'
97-
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
98-
npm_package_name: 'mongodb-client-encryption'
99-
- run: npm publish --provenance --tag=alpha
100-
env:
101-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Diff for: .github/workflows/release_6.1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
ignore_install_scripts: true
102102

103-
- run: npm publish --provenance --tag=alpha
103+
- run: npm publish --provenance
104104
if: ${{ needs.release_please.outputs.release_created }}
105105
env:
106106
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Diff for: release-please-config.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"release-type": "node",
88
"bump-minor-pre-major": false,
99
"bump-patch-for-minor-pre-major": false,
10-
"draft": false,
11-
"prerelease": true
10+
"draft": false
1211
}
1312
},
1413
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)