Skip to content

Commit 0d16e23

Browse files
ci(fix): remove double run
1 parent cf89573 commit 0d16e23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-wasm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: Extract version from tag
18-
run: |
1918
run: |
2019
TAG_NAME="${{ github.ref }}"
2120
VERSION=$(echo $TAG_NAME | awk -F '/' '{print $NF}' | sed 's/^v//')

0 commit comments

Comments
 (0)