[go: nahoru, domu]

Skip to content

Commit

Permalink
fix github action (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovp committed Jun 15, 2023
1 parent d6c0421 commit 0621101
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/heads/release/v') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.TOWNCRIER_TOKEN }}
fetch-depth: 0

- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 0621101

Please sign in to comment.