Skip to content

Commit

Permalink
Revert "Release update: set all new builds as 'releases' (used to be …
Browse files Browse the repository at this point in the history
…prerelease) (#12568)" (#12617)

This reverts commit 73249a0.
  • Loading branch information
DanVanAtta committed Jun 6, 2024
1 parent d270f31 commit cf85296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-game-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
artifacts: build/artifacts/*
tag: ${{ env.build_version }}
name: ${{ env.release_name }}
prerelease: false
prerelease: true
commit: ${{ github.sha }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cf85296

Please sign in to comment.