Skip to content

Commit

Permalink
Publish preview only if success
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored May 27, 2024
1 parent fd438b8 commit 2a11f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
releaseProject: 'geyserpreview'
releaseVersion: ${{ steps.setvars.outputs.VERSION }}
- name: Publish to Downloads API
if: success()
uses: GeyserMC/actions/upload-release@master
with:
username: ${{ vars.DOWNLOADS_USERNAME }}
Expand Down

0 comments on commit 2a11f71

Please sign in to comment.