From bf9f70e95dfb6a8bf47cb8dfd77d593969d2748f Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 20 Sep 2024 10:24:59 +0100 Subject: [PATCH] fix: component name in release PR --- .github/workflows/cid-verifier.yml | 1 + .github/workflows/denylist.yml | 1 + .github/workflows/edge-gateway.yml | 1 + .github/workflows/ipfs-gateway-race.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/cid-verifier.yml b/.github/workflows/cid-verifier.yml index 92819c6..3e6c345 100644 --- a/.github/workflows/cid-verifier.yml +++ b/.github/workflows/cid-verifier.yml @@ -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 diff --git a/.github/workflows/denylist.yml b/.github/workflows/denylist.yml index ad7dfe5..1713bce 100644 --- a/.github/workflows/denylist.yml +++ b/.github/workflows/denylist.yml @@ -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 diff --git a/.github/workflows/edge-gateway.yml b/.github/workflows/edge-gateway.yml index 8d6f07b..226723c 100644 --- a/.github/workflows/edge-gateway.yml +++ b/.github/workflows/edge-gateway.yml @@ -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 diff --git a/.github/workflows/ipfs-gateway-race.yml b/.github/workflows/ipfs-gateway-race.yml index c303ef9..764e1b6 100644 --- a/.github/workflows/ipfs-gateway-race.yml +++ b/.github/workflows/ipfs-gateway-race.yml @@ -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