We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfc4a5 commit 9acad7eCopy full SHA for 9acad7e
.github/workflows/releases.yml
@@ -9,14 +9,14 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v2
13
14
- name: conventional Changelog Action
15
id: changelog
16
- uses: TriPSs/conventional-changelog-action@v3
+ uses: TriPSs/conventional-changelog-action@v3.7.1
17
with:
18
- github-token: ${{ secrets.PA_TOKEN}}
19
- version-file: './package.json,./package-lock.json'
+ github-token: ${{ secrets.PA_TOKEN }}
+ version-file: './releases.json'
20
21
- name: create release
22
uses: actions/create-release@v1
@@ -26,4 +26,4 @@ jobs:
26
27
tag_name: ${{ steps.changelog.outputs.tag }}
28
release_name: ${{ steps.changelog.outputs.tag }}
29
- body: ${{ steps.changelog.outputs.clean_changelog }}
+ body: ${{ steps.changelog.outputs.clean_changelog }}
0 commit comments