mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-11 11:34:38 +02:00
build: fix pypi upload getting skipped
This commit is contained in:
parent
99c4abce81
commit
7991e3d9a2
4
.github/workflows/release-please.yml
vendored
4
.github/workflows/release-please.yml
vendored
@ -12,8 +12,12 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
outputs:
|
||||||
|
release_created: ${{ steps.release.outputs.release_created }}
|
||||||
|
tag_name: ${{ steps.release.outputs.tag_name }}
|
||||||
steps:
|
steps:
|
||||||
- uses: googleapis/release-please-action@v4
|
- uses: googleapis/release-please-action@v4
|
||||||
|
id: release
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
|
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
|
||||||
release-type: python
|
release-type: python
|
||||||
|
Loading…
Reference in New Issue
Block a user