diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7eeeb3..608f6c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,7 @@ jobs: uses: ncipollo/release-action@v1 with: prerelease: true + allowUpdates: true discussionCategory: autobuilded-releases artifacts: "build/windows/runner/Release/TetraStats-${{github.ref_name}}-windows.zip" tag: Auto-${{ github.run_number }} @@ -56,7 +57,8 @@ jobs: uses: ncipollo/release-action@v1 with: prerelease: true - # discussionCategory: autobuilded-releases + allowUpdates: true + discussionCategory: autobuilded-releases artifacts: "build/app/outputs/apk/debug/*" tag: Auto-${{ github.run_number }} body: This build was builded with GitHub Action workflow