Skip to content

Commit ff07477

Browse files
committed
ci(release-crates): use Devolutions/actions-public
1 parent 6659048 commit ff07477

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/release-crates.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,8 @@ jobs:
2626
with:
2727
fetch-depth: 512
2828

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-
3729
- name: Run release-plz
38-
uses: ./.github/workflows/release-plz
30+
uses: Devolutions/actions-public/release-plz@v1
3931
with:
4032
command: release-pr
4133
env:
@@ -53,16 +45,8 @@ jobs:
5345
with:
5446
fetch-depth: 512
5547

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-
6448
- name: Run release-plz
65-
uses: ./.github/workflows/release-plz
49+
uses: Devolutions/actions-public/release-plz@v1
6650
with:
6751
command: release
6852
env:

0 commit comments

Comments
 (0)