Skip to content

Commit bd13da8

Browse files
(v2.1) add auto releaser
1 parent e59050e commit bd13da8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
branches:
44
- master
55

6-
name: "CI Node"
6+
name: "CI Release Dist"
77

88
jobs:
99
test:
@@ -39,6 +39,10 @@ jobs:
3939
4040
- name: Create Pull Request
4141
uses: peter-evans/create-pull-request@v4
42+
with:
43+
token: ${{ secrets.PAT }}
44+
commit-message: (action) Update dist
45+
title: '(action) update dist astro'
4246

4347

4448

0 commit comments

Comments
 (0)