Update publish.yml

This commit is contained in:
Archi
2024-03-18 15:45:37 +01:00
parent 504791b5b6
commit e0bbbe3894

View File

@@ -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