Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Jul 2, 2024
1 parent 41b641b commit 4677e7d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ jobs:
# name: build-mac-arm-${{ env.VERSION }}
# path: .

- name: Create Release
id: create_release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# - name: Create Release
# id: create_release
# uses: elgohr/Github-Release-Action@v5
# env:
# GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# with:
# tag_name: v${{ env.VERSION }}
# release_name: Release v${{ env.VERSION }}
Expand All @@ -134,7 +134,6 @@ jobs:
files: |
fideo-mac-x64-${{ env.VERSION }}.tar.gz
tag_name: v${{ env.VERSION }}
name: v${{ env.VERSION }}
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: dist/fideo-${{ env.VERSION }}-x64.dmg
# asset_name: fideo-${{ env.VERSION }}-x64.dmg
Expand Down

0 comments on commit 4677e7d

Please sign in to comment.