mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
ci: pin release-plz action
This commit is contained in:
parent
e12d905ff0
commit
c657665a01
6
.github/workflows/release-crates.yml
vendored
6
.github/workflows/release-crates.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
||||
release-plz-release:
|
||||
name: Release-plz release
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'napi-rs' }}
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
@ -24,7 +25,7 @@ jobs:
|
||||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Run release-plz
|
||||
uses: release-plz/action@v0.5
|
||||
uses: release-plz/action@068d76d2aa32d3c9cd0b1ccdd9ac921e28ba2be9 # v0.5.109
|
||||
with:
|
||||
command: release
|
||||
env:
|
||||
@ -35,6 +36,7 @@ jobs:
|
||||
release-plz-pr:
|
||||
name: Release-plz PR
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'napi-rs' }}
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
@ -49,7 +51,7 @@ jobs:
|
||||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Run release-plz
|
||||
uses: release-plz/action@v0.5
|
||||
uses: release-plz/action@068d76d2aa32d3c9cd0b1ccdd9ac921e28ba2be9 # v0.5.109
|
||||
with:
|
||||
command: release-pr
|
||||
env:
|
||||
|
||||
0
crates/backend/CHANGELOG.md
Normal file
0
crates/backend/CHANGELOG.md
Normal file
0
crates/build/CHANGELOG.md
Normal file
0
crates/build/CHANGELOG.md
Normal file
0
crates/macro/CHANGELOG.md
Normal file
0
crates/macro/CHANGELOG.md
Normal file
0
crates/napi/CHANGELOG.md
Normal file
0
crates/napi/CHANGELOG.md
Normal file
0
crates/sys/CHANGELOG.md
Normal file
0
crates/sys/CHANGELOG.md
Normal file
Loading…
x
Reference in New Issue
Block a user