Fix syntax error in GitHub Release asset upload task

This commit is contained in:
Reuben Morais 2021-09-13 18:34:48 +02:00
parent d437ecc69f
commit aed43cc988

View File

@ -897,7 +897,7 @@ jobs:
- name: Get tag name
id: get-tag
run: |
tag=$(echo "${{ github.ref }}" | sed -e 's|^refs/tags/||)'
tag=$(echo "${{ github.ref }}" | sed -e 's|^refs/tags/||')
echo "::set-output name=tag::$tag"
- uses: ./.github/actions/upload-release-asset
with: