Skip to content

Commit

Permalink
local test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed May 23, 2024
1 parent 9a70bb1 commit e901a41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/compress_sign_and_upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ runs:
using: composite
steps:
- run: npm pack
shell: ubuntu-latest
shell: bash
- name: Get release version and release package file name
id: vars
run: |
package_version=$(jq --raw-output '.version' package.json)
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
echo "package_file=bson-${package_version}.tgz" >> "$GITHUB_OUTPUT"
shell: ubuntu-latest
shell: bash
- name: Create detached signature
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
with:
Expand All @@ -31,8 +31,8 @@ runs:
garasign_password: ${{ inputs.garasign_password }}
artifactory_username: ${{ inputs.artifactory_username }}
artifactory_password: ${{ inputs.artifactory_password }}
shell: ubuntu-latest
shell: bash
- if: false
name: "Upload release artifacts"
run: gh release upload v${{ steps.vars.package_version }} ${{ steps.vars.package_file }}.sig
shell: ubuntu-latest
shell: bash

0 comments on commit e901a41

Please sign in to comment.