Skip to content

Commit f422603

Browse files
ci(github): don't upload game to itch.io in release-please.yml
1 parent 6f687d9 commit f422603

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-please.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
env:
4949
VITE_GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }}
5050

51-
- name: Setup butler
52-
uses: remarkablegames/setup-butler@v1
51+
# - name: Setup butler
52+
# uses: remarkablegames/setup-butler@v1
5353

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

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

0 commit comments

Comments
 (0)