Skip to content

Commit

Permalink
chore(ci): fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Oct 7, 2024
1 parent 7cda9dd commit cf07c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Get current TAG from main
id: current_release
run: |
release=$(rg -o 'MARKSMAN_TAG = '([^']+)' -r \$1 "plugin.py")
release=$(rg -o "MARKSMAN_TAG = '([^']+)'" -r \$1 "plugin.py")
echo "release=$release" >> "$GITHUB_OUTPUT"
- if: steps.current_release.outputs.release != steps.latest_release.outputs.release
Expand Down

0 comments on commit cf07c97

Please sign in to comment.