fix: use time.sleep instead of asyncio.sleep in non-corountine function #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run release-please | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: GoogleCloudPlatform/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
release-type: simple |