Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
6b9256546b
|
|||
|
db9a111ca3
|
|||
|
bd3826b674
|
|||
|
ef1a543392
|
@@ -11,15 +11,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
# - name: Setup git config
|
- name: Setup git config
|
||||||
# uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
||||||
# with:
|
with:
|
||||||
# token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
|
token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
|
||||||
# name: "Automation"
|
name: "Automation"
|
||||||
# email: "automation@huizinga.dev"
|
email: "automation@huizinga.dev"
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- uses: taiki-e/install-action@v2
|
- uses: taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
tool: release-plz
|
tool: release-plz
|
||||||
- run: release-plz release-pr --git-token ${{ secrets.RELEASE_PLZ_TOKEN }} --forge gitea -o json
|
- run: release-plz release-pr --git-token {secrets.RELEASE_PLZ_TOKEN} --forge gitea -o json
|
||||||
|
|||||||
Reference in New Issue
Block a user