Skip to content

Commit 505cd1d

Browse files
committed
chore: temp build
1 parent 2c4f339 commit 505cd1d

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/actions/sign_and_upload_package/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ runs:
6464
shell: bash
6565
run: ls -la artifacts/
6666

67-
- name: "Upload release artifacts"
68-
run: gh release upload v${{ steps.get_vars.outputs.package_version }} artifacts/*.*
69-
shell: bash
70-
env:
71-
GH_TOKEN: ${{ github.token }}
67+
# - name: "Upload release artifacts"
68+
# run: gh release upload v${{ steps.get_vars.outputs.package_version }} artifacts/*.*
69+
# shell: bash
70+
# env:
71+
# GH_TOKEN: ${{ github.token }}

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
uses: googleapis/release-please-action@v4
8181

8282
sign_and_upload:
83-
needs: [release_please]
83+
needs: [host_builds, container_builds]
84+
# needs: [release_please]
8485
if: ${{ needs.release_please.outputs.release_created }}
8586
runs-on: ubuntu-latest
8687
environment: release
@@ -95,6 +96,6 @@ jobs:
9596
aws_region_name: 'us-east-1'
9697
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
9798
npm_package_name: 'mongodb-client-encryption'
98-
- run: npm publish --provenance
99-
env:
100-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
99+
# - run: npm publish --provenance
100+
# env:
101+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)