Skip to content

Commit

Permalink
👷 fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felinae98 committed Sep 6, 2023
1 parent 0046982 commit 9766e40
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
publish-pypi-github:
runs-on: ubuntu-latest
needs: build-frontend

permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9766e40

Please sign in to comment.