Skip to content

Commit

Permalink
change (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwheatley authored Oct 8, 2024
1 parent e09623e commit f67c60f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pact-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: sh ./scripts/publish_pacts.sh
shell: bash
- run: ./scripts/publish_pacts.sh
1 change: 0 additions & 1 deletion scripts/publish_pacts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
SCRIPT_DIR="$( cd "$( dirname "$0" )" &> /dev/null && pwd )"
if [[ ${SCRIPT_DIR} != *scripts ]]; then
SCRIPT_DIR="${SCRIPT_DIR}/scripts"
Expand Down

0 comments on commit f67c60f

Please sign in to comment.