Skip to content

Commit

Permalink
fix(ci): 💚 fix ci for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Sep 2, 2021
1 parent 60a640f commit 74c6041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1
uses: JRubics/poetry-publish@v1.8
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
- name: Publish
uses: softprops/action-gh-release@v1
with:
body: '[More see Changlog](https://github.com/sns-sdks/python-facebook/blob/master/CHANGELOG.md)'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.9.4](https://github.com/sns-sdks/python-facebook/compare/v0.9.3...v0.9.4) (2021-09-02)
## [0.9.5](https://github.com/sns-sdks/python-facebook/compare/v0.9.3...v0.9.5) (2021-09-02)

### Features

Expand Down

0 comments on commit 74c6041

Please sign in to comment.