Skip to content

Commit

Permalink
fix: cd brew install check
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmedeski committed Jan 15, 2024
1 parent 857734b commit b8113a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
brew install joshmedeski/sesh/sesh
- name: Check installed sesh version
run: |
[ v$(sesh ---version) == "$GITHUB_REF_NAME" ]
[ v$(sesh --version) == "$GITHUB_REF_NAME" ]

0 comments on commit b8113a0

Please sign in to comment.