Skip to content

Commit 2f5eecf

Browse files
authored
Update release.yml
1 parent 029576b commit 2f5eecf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
- name: get version
3030
id: version
3131
uses: martinbeentjes/npm-get-version-action@v1.3.1
32-
- name: publish to itch.io
33-
uses: josephbmanley/butler-publish-itchio-action@v1.1.0
34-
env:
35-
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
36-
CHANNEL: win-linux-mac-stable
37-
ITCH_GAME: bitsy
38-
ITCH_USER: ledoux
39-
PACKAGE: editor
40-
VERSION: ${{ steps.version.outputs.current-version }}
32+
# - name: publish to itch.io
33+
# uses: josephbmanley/butler-publish-itchio-action@v1.1.0
34+
# env:
35+
# BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
36+
# CHANNEL: win-linux-mac-stable
37+
# ITCH_GAME: bitsy
38+
# ITCH_USER: ledoux
39+
# PACKAGE: editor
40+
# VERSION: ${{ steps.version.outputs.current-version }}
4141
- name: publish to bitsy.org
4242
run: node dev/publish editor editor ${{ secrets.FTP_USER }} ${{ secrets.FTP_SERVER }} 22 ${{ secrets.FTP_PASS }}

0 commit comments

Comments
 (0)