We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43164ba commit 3dc99c9Copy full SHA for 3dc99c9
.github/workflows/build.yml
@@ -30,6 +30,7 @@ jobs:
30
run: .github/setup.sh
31
- name: Execute the build
32
run: .github/build.sh
33
+ shell: bash
34
env:
35
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
36
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments