diff --git a/.github/workflows/release-plugin.yaml b/.github/workflows/release-plugin.yaml index ebf3a6f..6b277f5 100644 --- a/.github/workflows/release-plugin.yaml +++ b/.github/workflows/release-plugin.yaml @@ -56,7 +56,7 @@ jobs: --- EOF - git log --reverse --format="* %s" $LATEST_VERSION..HEAD -- $INPUT_PATH | sed -E 's/\(#([0-9]+)\)/([#\1](https:\/\/github.com\/pipe-cd\/pipecd\/pull\/\1))/g' >> output.tmp + git log --reverse --format="* %s" $LATEST_VERSION..HEAD -- $INPUT_PATH | sed -E 's/\(#([0-9]+)\)/([#\1](https:\/\/github.com\/pipe-cd\/community-plugins\/pull\/\1))/g' >> output.tmp - name: Publish binary artifacts uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda #v2.2.1 with: