diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c00ef7..6c01802 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,3 +25,9 @@ jobs: with: name: Reactor.RemoveAccounts.dll path: Reactor.RemoveAccounts/bin/Release/net6.0/Reactor.RemoveAccounts.dll + + - uses: softprops/action-gh-release@v1 + if: github.ref_type == 'tag' + with: + draft: true + files: Reactor.RemoveAccounts/bin/Release/net6.0/Reactor.RemoveAccounts.dll diff --git a/Reactor.RemoveAccounts/Reactor.RemoveAccounts.csproj b/Reactor.RemoveAccounts/Reactor.RemoveAccounts.csproj index 2099bcf..2bf6f0d 100644 --- a/Reactor.RemoveAccounts/Reactor.RemoveAccounts.csproj +++ b/Reactor.RemoveAccounts/Reactor.RemoveAccounts.csproj @@ -9,7 +9,7 @@ - +