Skip to content

Commit

Permalink
fix: use v0.0.112 instead of 0.0.112 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes authored May 7, 2024
1 parent ad06a50 commit 68f3f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Test Install Specific Version
uses: ./
with:
version: '0.0.112'
version: 'v0.0.112'
- name: Verify Installation
run: quary --version

0 comments on commit 68f3f73

Please sign in to comment.