Skip to content

Commit

Permalink
Patch release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Dec 24, 2023
1 parent 5a09397 commit e2bf203
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Run CI pipeline
uses: MatthiasValvekens/pyHanko/.github/workflows/build-pipeline.yml@master
permissions:
actions: read
actions: write
contents: read
extract-params:
name: Determine release parameters
Expand Down Expand Up @@ -105,9 +105,6 @@ jobs:
inputs: ./dist/*
# useful to inspect workflow artifacts in test runs
upload-signing-artifacts: true
# Append only the .sigstore bundle,
# the .sig suffix conflicts with my own GPG signatures
bundle-only: true
- name: Create GitHub release
if: needs.extract-params.outputs.publish-env == 'release' && startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e2bf203

Please sign in to comment.