diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a6fef9a..53a1f5d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}