Skip to content

Commit e6b1fa9

Browse files
authored
ci: add configurations to action
1 parent 6ff7e59 commit e6b1fa9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/continuous-delivery.yaml

+2-9
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,9 @@ jobs:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
name: Release
2323
uses: ridedott/release-me-action@master
24-
#with:
25-
# release-rules: |
26-
# [
27-
# { "release": "patch", "type": "build" },
28-
# { "release": "patch", "type": "chore" },
29-
# { "release": "patch", "type": "ci" },
30-
# { "release": "patch", "type": "improvement" },
31-
# { "release": "patch", "type": "refactor" },
32-
# ]
3324
with:
25+
commit-assets: |
26+
./src
3427
dry-run: true
3528
disable-changelog: true
3629
release-branches: '["main"]'

0 commit comments

Comments
 (0)