Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Mar 5, 2023
1 parent e529998 commit 4d761d8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,13 @@ jobs:
- name: Query version number
run: echo "version=${GITHUB_REF:11}" >> $GITHUB_ENV

publish-winget:
# Action can only be run on windows
runs-on: windows-latest
needs: [build-chatgpt, release-chatgpt]
steps:
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: lencx.ChatGPT
token: ${{ secrets.WINGET_TOKEN }}
version: ${{ github.event.release.tag_name }}
# publish-winget:
# # Action can only be run on windows
# runs-on: windows-latest
# needs: [build-chatgpt, release-chatgpt]
# steps:
# - uses: vedantmgoyal2009/winget-releaser@v1
# with:
# identifier: lencx.ChatGPT
# token: ${{ secrets.WINGET_TOKEN }}
# version: ${{ github.event.release.tag_name }}

1 comment on commit 4d761d8

@Betum1967
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

como hacer trading

Please sign in to comment.