Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm authored May 28, 2024
1 parent a5e90c0 commit c046637
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
publish_dir: ./
destination_dir: ./

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
files: "*.tgz"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Create GitHub Release
# uses: softprops/action-gh-release@v1
# with:
# files: "*.tgz"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c046637

Please sign in to comment.