Skip to content

Commit 7662a03

Browse files
remove dry run
1 parent 69a4912 commit 7662a03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- develop
6-
- fix-auto-reease-flow
76
workflow_dispatch:
87

98
permissions:
@@ -26,6 +25,6 @@ jobs:
2625
- uses: codfish/semantic-release-action@v3
2726
id: semantic
2827
with:
29-
dry-run: true
28+
dry-run: false
3029
env:
3130
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)