diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b2fe941..8a86038 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -74,6 +74,7 @@ jobs: path: out - name: Create GitHub Release + id: create-release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}