diff --git a/.github/workflows/weekly-build-of-last-release.yml b/.github/workflows/weekly-build-of-last-release.yml index 4b2968dcf..bab66b6a4 100644 --- a/.github/workflows/weekly-build-of-last-release.yml +++ b/.github/workflows/weekly-build-of-last-release.yml @@ -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 }}