Skip to content

Commit 998af93

Browse files
local test 11
1 parent d3b4ded commit 998af93

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/compress_sign_and_upload

1 file changed

+1
-1
lines changed

.github/actions/compress_sign_and_upload/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ runs:
2929
shell: bash
3030
- name: Create detached signature
3131
uses: mongodb-labs/drivers-github-tools/garasign/gpg-sign@v1
32+
shell: bash
3233
with:
3334
filenames: ${{ steps.vars.package_file }}
3435
garasign_username: ${{ inputs.garasign_username }}
3536
garasign_password: ${{ inputs.garasign_password }}
3637
artifactory_username: ${{ inputs.artifactory_username }}
3738
artifactory_password: ${{ inputs.artifactory_password }}
38-
shell: bash
3939
- if: false
4040
name: "Upload release artifacts"
4141
run: gh release upload v${{ steps.vars.package_version }} ${{ steps.vars.package_file }}.sig

0 commit comments

Comments
 (0)