Skip to content

Commit 324aba8

Browse files
authored
ci: enable release action
1 parent e6b1fa9 commit 324aba8

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/continuous-delivery.yaml

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Continuous Delivery
1+
name: Release
22

33
on:
4-
workflow_dispatch:
5-
#push:
6-
# branches:
7-
# - master
4+
#workflow_dispatch:
5+
push:
6+
branches:
7+
- main
88

99
jobs:
1010
release:
@@ -22,8 +22,6 @@ jobs:
2222
name: Release
2323
uses: ridedott/release-me-action@master
2424
with:
25-
commit-assets: |
26-
./src
27-
dry-run: true
28-
disable-changelog: true
25+
#dry-run: true
26+
#disable-changelog: true
2927
release-branches: '["main"]'

0 commit comments

Comments
 (0)