Skip to content

Commit 4d761d8

Browse files
committed
action
1 parent e529998 commit 4d761d8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,13 @@ jobs:
194194
- name: Query version number
195195
run: echo "version=${GITHUB_REF:11}" >> $GITHUB_ENV
196196

197-
publish-winget:
198-
# Action can only be run on windows
199-
runs-on: windows-latest
200-
needs: [build-chatgpt, release-chatgpt]
201-
steps:
202-
- uses: vedantmgoyal2009/winget-releaser@v1
203-
with:
204-
identifier: lencx.ChatGPT
205-
token: ${{ secrets.WINGET_TOKEN }}
206-
version: ${{ github.event.release.tag_name }}
197+
# publish-winget:
198+
# # Action can only be run on windows
199+
# runs-on: windows-latest
200+
# needs: [build-chatgpt, release-chatgpt]
201+
# steps:
202+
# - uses: vedantmgoyal2009/winget-releaser@v1
203+
# with:
204+
# identifier: lencx.ChatGPT
205+
# token: ${{ secrets.WINGET_TOKEN }}
206+
# version: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)