Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 19, 2024
1 parent 36a85be commit cdbf18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-build-of-last-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Get latest tag
id: get-tag
run: |
echo "tag=$(curl -s -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' 'https://api.github.com/repos/fkie-cad/Logprep/tags' | jq '.[0].name' | tr -d 'v')" >> "$GITHUB_OUTPUT"
echo "tag=$(curl -s -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' 'https://api.github.com/repos/fkie-cad/Logprep/tags' | jq '.[0].name' | tr -d 'v\"')" >> "$GITHUB_OUTPUT"
- name: debug tag
run: echo ${{ steps.get-tag.outputs.tag }}
Expand Down

0 comments on commit cdbf18b

Please sign in to comment.