build(push-main): use sha to specify rust action (bust cache)
All checks were successful
Rust / build (push) Successful in 2m24s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 48s

This commit is contained in:
Paul Campbell 2024-08-04 15:15:33 +01:00
parent f363f9eb17
commit ee135eb5fe

View file

@ -22,14 +22,14 @@ jobs:
with:
fetch-depth: 0
- name: Run release-plz release-pr
uses: https://git.kemitix.net/kemitix/rust@dev
uses: https://git.kemitix.net/kemitix/rust@be47ad0bab99ebd74de7cfdbdcde14780a680991
with:
args: release-plz release-pr --backend gitea --git-token ${GITHUB_TOKEN}
env:
GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Run release-plz release
uses: https://git.kemitix.net/kemitix/rust@dev
uses: https://git.kemitix.net/kemitix/rust@be47ad0bab99ebd74de7cfdbdcde14780a680991
with:
args: release-plz release --backend gitea --git-token ${GITHUB_TOKEN}
env: