Skip to content

Commit

Permalink
chore: temp build
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jun 13, 2024
1 parent 2c4f339 commit 505cd1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/actions/sign_and_upload_package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ runs:
shell: bash
run: ls -la artifacts/

- name: "Upload release artifacts"
run: gh release upload v${{ steps.get_vars.outputs.package_version }} artifacts/*.*
shell: bash
env:
GH_TOKEN: ${{ github.token }}
# - name: "Upload release artifacts"
# run: gh release upload v${{ steps.get_vars.outputs.package_version }} artifacts/*.*
# shell: bash
# env:
# GH_TOKEN: ${{ github.token }}
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
uses: googleapis/release-please-action@v4

sign_and_upload:
needs: [release_please]
needs: [host_builds, container_builds]
# needs: [release_please]
if: ${{ needs.release_please.outputs.release_created }}
runs-on: ubuntu-latest
environment: release
Expand All @@ -95,6 +96,6 @@ jobs:
aws_region_name: 'us-east-1'
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
npm_package_name: 'mongodb-client-encryption'
- run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - run: npm publish --provenance
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 505cd1d

Please sign in to comment.