mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-09 22:30:28 +00:00
ci: Pin create-release reusable workflow
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -32,7 +32,8 @@ jobs:
|
|||||||
|
|
||||||
create-release-manifest-schema:
|
create-release-manifest-schema:
|
||||||
if: github.repository_owner == 'taiki-e' && startsWith(github.ref_name, 'install-action-manifest-schema-')
|
if: github.repository_owner == 'taiki-e' && startsWith(github.ref_name, 'install-action-manifest-schema-')
|
||||||
uses: taiki-e/github-actions/.github/workflows/create-release.yml@main
|
# TODO: use new rust-release workflow
|
||||||
|
uses: taiki-e/github-actions/.github/workflows/create-release.yml@853cebf868aa2dce1470668df24176803e05adc8
|
||||||
with:
|
with:
|
||||||
crates: tools/manifest-schema
|
crates: tools/manifest-schema
|
||||||
changelog: tools/manifest-schema/CHANGELOG.md
|
changelog: tools/manifest-schema/CHANGELOG.md
|
||||||
|
|||||||
Reference in New Issue
Block a user