Skip to content

Commit 05ec33a

Browse files
committed
v0.0.1
1 parent 1b1d3cc commit 05ec33a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/create_release.yml

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

33
on:
4-
push:
5-
tags:
6-
- 'v*.*.*' # Adjust this to your version tag format
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
required: true
8+
default: 'main'
79

810
jobs:
911
release:

0 commit comments

Comments
 (0)