no message
This commit is contained in:
parent
fab14f1f3f
commit
11c341b7f8
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build-release.yaml
vendored
12
.github/workflows/build-release.yaml
vendored
|
|
@ -20,12 +20,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Get latest release info
|
- name: Get latest release info
|
||||||
id: query-release-info
|
id: query-release-info
|
||||||
uses: release-flow/keep-a-changelog-action@v2
|
uses: release-flow/keep-a-changelog-action@v2
|
||||||
with:
|
with:
|
||||||
command: query
|
command: query
|
||||||
version: ${{ github.ref_name }}
|
version: ${{ github.ref_name }}
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue