Skip to content

Commit e8ecb77

Browse files
committed
fix: head sha
1 parent 2c53618 commit e8ecb77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Release
22

33
on:
4-
push:
5-
tags:
6-
- 'v*.*.*' # Trigger on version tags like v1.0.0
4+
# push:
5+
# tags:
6+
# - 'v*.*.*' # Trigger on version tags like v1.0.0
77
workflow_dispatch: # Allows manual triggering
88
inputs:
99
version:

0 commit comments

Comments
 (0)