Skip to content

Commit

Permalink
Bugfix in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverhorst committed Aug 17, 2024
1 parent 504159d commit dc37cf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
deploy:
if: "!github.event.release.prerelease"
runs-on: ubuntu-latest

environment: release
permissions:
id-token: write
steps:
- name: checkout tag
uses: actions/checkout@v4
Expand Down

0 comments on commit dc37cf2

Please sign in to comment.