Skip to content

Commit 9acad7e

Browse files
author
Manthan Ankolekar
committed
feat: updated releases yml file
1 parent cdfc4a5 commit 9acad7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/releases.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v2
1313

1414
- name: conventional Changelog Action
1515
id: changelog
16-
uses: TriPSs/conventional-changelog-action@v3
16+
uses: TriPSs/conventional-changelog-action@v3.7.1
1717
with:
18-
github-token: ${{ secrets.PA_TOKEN}}
19-
version-file: './package.json,./package-lock.json'
18+
github-token: ${{ secrets.PA_TOKEN }}
19+
version-file: './releases.json'
2020

2121
- name: create release
2222
uses: actions/create-release@v1
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
tag_name: ${{ steps.changelog.outputs.tag }}
2828
release_name: ${{ steps.changelog.outputs.tag }}
29-
body: ${{ steps.changelog.outputs.clean_changelog }}
29+
body: ${{ steps.changelog.outputs.clean_changelog }}

0 commit comments

Comments
 (0)