From 30f2dae331492c913ef463e9e8b097c0e978112d Mon Sep 17 00:00:00 2001 From: Aaditya Murthy Date: Tue, 10 Oct 2023 11:07:08 -0500 Subject: [PATCH] fix latest release --- .github/workflows/pre-release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 00737ba..861673a 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -12,15 +12,12 @@ jobs: runs-on: "ubuntu-latest" steps: - - name: "Latest tag" - uses: EndBug/latest-tag@v1.6.1 - - name: "Build & test" run: | curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh wasm-pack build --target web - - uses: "aadi123/Crustacean@latest" + - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest"