Skip to content

Commit

Permalink
test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bournezjc committed Nov 8, 2024
1 parent 7449ccb commit f1acb69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
run: |
current_hash=$(git rev-parse HEAD)
remote_url=$(git remote get-url origin)
repo_path=$(echo $remote_url | sed -E 's/.*:(.+)\.git/\1/')
if [[ $remote_url == https://* ]]; then
# For HTTPS URLs
repo_path=$(echo $remote_url | sed -E 's|https://github.com/(.+)\.git|\1|')
Expand All @@ -51,6 +50,6 @@ jobs:
git clone https://github.com/babylonlabs-io/finality-provider
cd finality-provider
git checkout base/consumer-chain-support
sed -i "s|github\.com\/babylonlabs-io\/finality-gadget.*|$fp_version|" go.mod
sed -i "s|github\.com\/babylonlabs-io\/finality-gadget.*|$fp_version|g" go.mod
go mod tidy
make test-e2e-op

0 comments on commit f1acb69

Please sign in to comment.