From e0bbbe38949d4cde56d53232b47bacfd1e9b18dc Mon Sep 17 00:00:00 2001 From: Archi Date: Mon, 18 Mar 2024 15:45:37 +0100 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) 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