Skip to content

Commit

Permalink
fix: configure manifest location
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 25, 2024
1 parent c05de73 commit d486fbd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/workflows/cid-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
include-component-in-tag: true
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(fromJson(needs.changelog.outputs.paths_released), 'packages/cid-verifier')
name: Release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/denylist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
include-component-in-tag: true
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(fromJson(needs.changelog.outputs.paths_released), 'packages/denylist')
name: Release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/edge-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
include-component-in-tag: true
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(fromJson(needs.changelog.outputs.paths_released), 'packages/edge-gateway')
name: Release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ipfs-gateway-race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
include-component-in-tag: true
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(fromJson(needs.changelog.outputs.paths_released), 'packages/ipfs-gateway-race')
name: Release
Expand Down

0 comments on commit d486fbd

Please sign in to comment.