From f67c60f7712e9f7a93c2ac6f89c0f8cda5a79785 Mon Sep 17 00:00:00 2001 From: jbwheatley <19939655+jbwheatley@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:38:57 +0100 Subject: [PATCH] change (#710) --- .github/workflows/pact-publish.yml | 3 +-- scripts/publish_pacts.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pact-publish.yml b/.github/workflows/pact-publish.yml index 36c23e97a..738ca04a7 100644 --- a/.github/workflows/pact-publish.yml +++ b/.github/workflows/pact-publish.yml @@ -10,5 +10,4 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - run: sh ./scripts/publish_pacts.sh - shell: bash \ No newline at end of file + - run: ./scripts/publish_pacts.sh \ No newline at end of file diff --git a/scripts/publish_pacts.sh b/scripts/publish_pacts.sh index c1a306495..8ca85cb79 100755 --- a/scripts/publish_pacts.sh +++ b/scripts/publish_pacts.sh @@ -1,4 +1,3 @@ -#!/bin/bash SCRIPT_DIR="$( cd "$( dirname "$0" )" &> /dev/null && pwd )" if [[ ${SCRIPT_DIR} != *scripts ]]; then SCRIPT_DIR="${SCRIPT_DIR}/scripts"