Skip to content

Commit

Permalink
chore: fix shell
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Nov 28, 2023
1 parent c2314a4 commit 01147b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:

- name: Update variables if releasing
shell: /bin/bash
shell: bash
run: |
if [[ "$PUBLISH_RELEASE" = true ]]; then
echo "ARTIFACT_REPO=libs-release-local" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 01147b3

Please sign in to comment.