diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 309dd1e98..80676f746 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -504,10 +504,13 @@ jobs: - name: Create ArchiSteamFarm GitHub release uses: ncipollo/release-action@v1.14.0 with: + allowUpdates: true artifactErrorsFailBuild: true artifacts: "out/*" bodyFile: .github/RELEASE_TEMPLATE.md makeLatest: false name: ArchiSteamFarm V${{ github.ref_name }} prerelease: true + skipIfReleaseExists: true token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }} + updateOnlyUnreleased: true