diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0f81851..336e909 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: ${{ replace(github.ref, 'refs/tags/', '') }} draft: false prerelease: true