diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4729050..859f679 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,7 +56,7 @@ jobs: - run: git describe --tags - name: Set tag value run: | - echo ::set-output name=TAG_NAME::$(git describe --tags) + echo ::set-output name=TAG_NAME::$(echo "${{ github.ref }}" | sed -e "s/^refs\/tags\///") id: tags # Dispatch build actions - name: Repository Dispatch