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:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Get latest release info
|
||||
id: query-release-info
|
||||
uses: release-flow/keep-a-changelog-action@v2
|
||||
with:
|
||||
command: query
|
||||
version: ${{ github.ref_name }}
|
||||
- name: Get latest release info
|
||||
id: query-release-info
|
||||
uses: release-flow/keep-a-changelog-action@v2
|
||||
with:
|
||||
command: query
|
||||
version: ${{ github.ref_name }}
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue