Skip to content

Commit cb43184

Browse files
authored
💚 release
Fix release yaml
1 parent 89432ef commit cb43184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Publish
1616
uses: softprops/action-gh-release@v1
1717
with:
18-
body: [More see Changlog](https://github.com/sns-sdks/python-twitter/blob/master/CHANGELOG.md)
18+
body: '[More see Changlog](https://github.com/sns-sdks/python-twitter/blob/master/CHANGELOG.md)'
1919
files: 'python-twitter-*'
2020
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)