Skip to content

Commit

Permalink
Re-add the run action
Browse files Browse the repository at this point in the history
  • Loading branch information
schlenk committed Mar 11, 2024
1 parent 0d862c2 commit 4a04dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
- name: "Upload dists to GitHub Release"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# run: |
# gh release upload ${{ github.ref_name }} dist/* --repo ${{ github.repository }}
run: |
gh release upload ${{ github.ref_name }} dist/* --repo ${{ github.repository }}

0 comments on commit 4a04dba

Please sign in to comment.