Skip to content

Commit

Permalink
chore: fix other instance of quote issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 9, 2023
1 parent 8308990 commit 969d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-22.04
env:
CROSS_CONFIG: ${{ github.workspace }}/.github/Cross.toml
NIGHTLY_RELEASE: ${{ inputs.tag == "" }}
NIGHTLY_RELEASE: ${{ inputs.tag == '' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 969d239

Please sign in to comment.