Skip to content

Commit

Permalink
ci: ensure the release workflow steps run bash
Browse files Browse the repository at this point in the history
/bin/sh does not support "[[ a == b ]]" expressions.

Signed-off-by: Julien Ponge <[email protected]>
  • Loading branch information
jponge committed Sep 20, 2023
1 parent 6e63427 commit 46f55bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
SECRET_FILES_PASSPHRASE: ${{ secrets.SECRET_FILES_PASSPHRASE }}
Expand Down

0 comments on commit 46f55bc

Please sign in to comment.