Skip to content

Commit

Permalink
Add quotes around string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
domMayhew committed Feb 15, 2024
1 parent 20417a3 commit b26969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-haskell/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
stack upload --candidate --test-tarball .
- name: Upload to Hackage
if: ${{ inputs.mode }} == "release" && ${{ startsWith(github.ref, ref/tags/v) }}
if: ${{ inputs.mode }} == "release" && ${{ startsWith(github.ref, "ref/tags/v") }}
shell: bash
working-directory: codegen/haskell
run: |
Expand Down

0 comments on commit b26969e

Please sign in to comment.