Skip to content

Commit 75f88f9

Browse files
committed
fix: add back the manifest, but remove config
1 parent 8cd6cdc commit 75f88f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ jobs:
208208
- uses: actions/checkout@v4
209209
- uses: googleapis/release-please-action@v4
210210
id: release
211-
# with:
211+
with:
212212
# config-file: 'release-please-config.json'
213-
# manifest-file: '.release-please-manifest.json'
213+
manifest-file: '.release-please-manifest.json'
214214
outputs:
215215
release_created: ${{ steps.release.outputs.release_created }}
216216
#if a release is created then run the deploy scripts for github.io, conda, pypi and docker

0 commit comments

Comments
 (0)