Skip to content

Commit

Permalink
fix: build on vercel with wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorezz committed Dec 5, 2024
1 parent 039249b commit 81747ca
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
@@ -1,7 +1,7 @@
on:
push:
tags:
- 'v*'
- "v*"

jobs:
release:
Expand All @@ -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: |
Expand Down

0 comments on commit 81747ca

Please sign in to comment.