Skip to content

Commit

Permalink
ci(github): don't upload game to itch.io in release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Dec 19, 2024
1 parent 6f687d9 commit f422603
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
env:
VITE_GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }}

- name: Setup butler
uses: remarkablegames/setup-butler@v1
# - name: Setup butler
# uses: remarkablegames/setup-butler@v1

- name: Upload to itch.io
run: butler push dist ${{ github.repository }}:html5 --userversion ${{ env.VERSION }}
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
# - name: Upload to itch.io
# run: butler push dist ${{ github.repository }}:html5 --userversion ${{ env.VERSION }}
# env:
# BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}

- name: Upload Release Artifact
run: gh release upload ${{ needs.release.outputs.tag_name }} dist/${{ github.event.repository.name }}-${{ env.VERSION }}.zip
Expand Down

0 comments on commit f422603

Please sign in to comment.