Skip to content

Commit dad4659

Browse files
author
Manthan Ankolekar
committed
feat: updated releases yml file
1 parent 95cb3e0 commit dad4659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: changelog
1616
uses: TriPSs/conventional-changelog-action@v3.7.1
1717
with:
18-
github-token: ${{ secrets.PA_TOKEN }}
18+
github-token: ${{ secrets.PA_TOKEN}}
1919
version-file: './releases.json'
2020

2121
- name: create release
@@ -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)