Skip to content

Commit 0513bd9

Browse files
author
Riley Priddle
committed
fixed release trigger
1 parent abb8bc6 commit 0513bd9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ name: Release
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
6+
workflow_dispatch:
7+
inputs:
8+
tag:
9+
required: true
10+
type: string
611
jobs:
712
deploy:
813
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)