File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
fetch-depth : 512
28
28
29
- - name : Check out Devolutions/actions
30
- uses : actions/checkout@v4
31
- with :
32
- repository : Devolutions/actions
33
- ref : v1
34
- path : ./.github/actions
35
- token : ${{ secrets.DEVOLUTIONSBOT_TOKEN }}
36
-
37
29
- name : Run release-plz
38
- uses : ./.github/workflows/ release-plz
30
+ uses : Devolutions/actions-public/ release-plz@v1
39
31
with :
40
32
command : release-pr
41
33
env :
53
45
with :
54
46
fetch-depth : 512
55
47
56
- - name : Check out Devolutions/actions
57
- uses : actions/checkout@v4
58
- with :
59
- repository : Devolutions/actions
60
- ref : v1
61
- path : ./.github/actions
62
- token : ${{ secrets.DEVOLUTIONSBOT_TOKEN }}
63
-
64
48
- name : Run release-plz
65
- uses : ./.github/workflows/ release-plz
49
+ uses : Devolutions/actions-public/ release-plz@v1
66
50
with :
67
51
command : release
68
52
env :
You can’t perform that action at this time.
0 commit comments