Skip to content

Commit

Permalink
fix: component name in release PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 20, 2024
1 parent 65b8494 commit bf9f70e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cid-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
path: packages/cid-verifier
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
include-component-in-tag: true
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.changelog.outputs.releases_created
name: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/denylist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
path: packages/denylist
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
include-component-in-tag: true
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.changelog.outputs.releases_created
name: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/edge-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
path: packages/edge-gateway
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
include-component-in-tag: true
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.changelog.outputs.releases_created
name: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ipfs-gateway-race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
path: packages/ipfs-gateway-race
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
include-component-in-tag: true
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.changelog.outputs.releases_created
name: Release
Expand Down

0 comments on commit bf9f70e

Please sign in to comment.