Skip to content

Commit

Permalink
Use the prerelease flag to determine production deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Jul 6, 2024
1 parent baf649b commit 1f08f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ jobs:
projectName: furble-web-installer
directory: deploy
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.event.release.prerelease && github.ref_name || 'main' }}

0 comments on commit 1f08f98

Please sign in to comment.