Skip to content

Commit 77ab8b9

Browse files
christinewangcwtkucar
authored and
tkucar
committed
chore: add workflow dispatch to auto release (#331)
1 parent 6de94d3 commit 77ab8b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- develop
6+
workflow_dispatch:
67

78
permissions:
89
contents: read
@@ -20,6 +21,7 @@ jobs:
2021
- uses: actions/checkout@v4
2122
with:
2223
fetch-depth: 0
24+
lfs: true
2325

2426
- uses: codfish/semantic-release-action@v3
2527
id: semantic

0 commit comments

Comments
 (0)