Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Nov 15, 2023
1 parent 2888ab5 commit ad34f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ jobs:
python scripts/create_syftcli_config.py
- name: GitHub Release
if: github.event.inputs.release_platform != "TEST_PYPI"
if: github.event.inputs.release_platform != 'TEST_PYPI'
uses: softprops/action-gh-release@v1
with:
name: v${{ steps.release_checks.outputs.github_release_version }}
Expand Down

0 comments on commit ad34f05

Please sign in to comment.