Skip to content

Commit 8aaf860

Browse files
committed
feat(build): update publish script command to use bash for execution
Signed-off-by: Vedran Hrabar <vedran.hrabar@outlook.com>
1 parent 9d6b75b commit 8aaf860

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-ppa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ref: ${{ github.event.workflow_run.head_sha }}
5454

5555
- name: Publish to Launchpad PPA
56-
run: scripts/publish-ppa.sh
56+
run: bash scripts/publish-ppa.sh
5757
env:
5858
REPOSITORY: "vhrabar/tools"
5959
GPG_PRIVATE_KEY: ${{ secrets.PPA_GPG_PRIVATE_KEY }}

scripts/publish-ppa.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)