diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index dc37e86..fb6617f 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -23,7 +23,8 @@ jobs: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh cd /home/runner/work/Crustacean/Crustacean/ && wasm-pack build --target web - - uses: "marvinpinto/action-automatic-releases@latest" + - name: "Artifact" + uses: "marvinpinto/action-automatic-releases@latest" permissions: write-all with: repo_token: "${{ secrets.GITHUB_TOKEN }}"