From 81747ca1bbb66a380b5d0e8055e3aa561015e477 Mon Sep 17 00:00:00 2001 From: Lorezz Date: Thu, 5 Dec 2024 15:54:46 +0100 Subject: [PATCH] fix: build on vercel with wasm --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bdbf092..d9129e1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ on: push: tags: - - 'v*' + - "v*" jobs: release: @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 # Always release the tip of the default branch - ref: master + ref: main - name: git config run: |