diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9bb7b25..0f81851 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,6 +48,6 @@ jobs: files: | FS_win_dotnet8.zip LICENSE - name: ${{ github.ref | replace('refs/tags/', '') }} + name: ${{ github.ref -replace 'refs/tags/', '' }} draft: false prerelease: true