We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd6cdc commit 75f88f9Copy full SHA for 75f88f9
1 file changed
.github/workflows/release.yml
@@ -208,9 +208,9 @@ jobs:
208
- uses: actions/checkout@v4
209
- uses: googleapis/release-please-action@v4
210
id: release
211
- # with:
+ with:
212
# config-file: 'release-please-config.json'
213
- # manifest-file: '.release-please-manifest.json'
+ manifest-file: '.release-please-manifest.json'
214
outputs:
215
release_created: ${{ steps.release.outputs.release_created }}
216
#if a release is created then run the deploy scripts for github.io, conda, pypi and docker
0 commit comments