Skip to content

Commit

Permalink
ci(release-crates): use Devolutions/actions-public
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Dec 12, 2024
1 parent 6659048 commit ff07477
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/release-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,8 @@ jobs:
with:
fetch-depth: 512

- name: Check out Devolutions/actions
uses: actions/checkout@v4
with:
repository: Devolutions/actions
ref: v1
path: ./.github/actions
token: ${{ secrets.DEVOLUTIONSBOT_TOKEN }}

- name: Run release-plz
uses: ./.github/workflows/release-plz
uses: Devolutions/actions-public/release-plz@v1
with:
command: release-pr
env:
Expand All @@ -53,16 +45,8 @@ jobs:
with:
fetch-depth: 512

- name: Check out Devolutions/actions
uses: actions/checkout@v4
with:
repository: Devolutions/actions
ref: v1
path: ./.github/actions
token: ${{ secrets.DEVOLUTIONSBOT_TOKEN }}

- name: Run release-plz
uses: ./.github/workflows/release-plz
uses: Devolutions/actions-public/release-plz@v1
with:
command: release
env:
Expand Down

0 comments on commit ff07477

Please sign in to comment.