Skip to content

Commit

Permalink
fix: add back the manifest, but remove config
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 13, 2024
1 parent 8cd6cdc commit 75f88f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ jobs:
- uses: actions/checkout@v4
- uses: googleapis/release-please-action@v4
id: release
# with:
with:
# config-file: 'release-please-config.json'
# manifest-file: '.release-please-manifest.json'
manifest-file: '.release-please-manifest.json'
outputs:
release_created: ${{ steps.release.outputs.release_created }}
#if a release is created then run the deploy scripts for github.io, conda, pypi and docker
Expand Down

0 comments on commit 75f88f9

Please sign in to comment.