Skip to content

Commit

Permalink
if
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Oct 8, 2024
1 parent 8348e93 commit bf4b8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pocket-ic-server-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
expected-version: '5.0.0'
os: macos-latest

- expected-version: "$(curl -s https://api.github.com/repos/dfinity/pocketic/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')"
- expected-version: "$(curl -s https://api.github.com/repos/dfinity/pocketic/releases/latest | grep "\"tag_name\":" | sed -E "s/.*\"([^\"]+)\".*/\1/")"
os: ubuntu-latest
- expected-version: "$(curl -s https://api.github.com/repos/dfinity/pocketic/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')"
- expected-version: "$(curl -s https://api.github.com/repos/dfinity/pocketic/releases/latest | grep "\"tag_name\":" | sed -E "s/.*\"([^\"]+)\".*/\1/")"
os: macos-latest

steps:
Expand Down

0 comments on commit bf4b8a7

Please sign in to comment.