Skip to content

Commit

Permalink
ci: ensure bash shell for bash specific syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed May 27, 2024
1 parent 4adfdf9 commit d6758ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
--verbose
- name: Publish package
if: env.CLOUDSMITH_API_KEY != null
#if: env.CLOUDSMITH_API_KEY != null
shell: bash
run: |
UBUNTU_CODENAME=$(. /etc/os-release; echo "${UBUNTU_CODENAME/*, /}")
cloudsmith push deb \
Expand Down

0 comments on commit d6758ba

Please sign in to comment.