Skip to content

Commit 9402643

Browse files
test auto releae
1 parent 635d0ea commit 9402643

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- develop
6+
pull_request:
7+
branches:
8+
- develop
69
workflow_dispatch:
710

811
permissions:
@@ -21,9 +24,10 @@ jobs:
2124
- uses: actions/checkout@v4
2225
with:
2326
fetch-depth: 0
24-
lfs: true
2527

2628
- uses: codfish/semantic-release-action@v3
2729
id: semantic
30+
with:
31+
dry-run: true
2832
env:
2933
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)