diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 831d172..50b5c8c 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -99,7 +99,7 @@ jobs: - name: Create github release tag if: success() && github.ref == 'refs/heads/master' - uses: softprops/action-gh-release@v3.0.0 + uses: softprops/action-gh-release@v3.0.1 with: tag_name: v${{ env.BUILD_VERSION }} name: Release v${{ env.BUILD_VERSION }}