Skip to content

Commit 517b96c

Browse files
committed
Correct repo name in publish-releases.yml
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 0c3a141 commit 517b96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- run: npm publish --access public --tag ${{ inputs.prerelease == true && 'next' || 'latest' }}
4444
- name: 'Create release notes'
4545
run: |
46-
npx @matteo.collina/release-notes -a ${{ secrets.GITHUB_TOKEN }} -t v${{ inputs.version }} -r react-pprof -o platformatic ${{ github.event.inputs.prerelease == 'true' && '-p' || '' }} -c ${{ github.ref }}
46+
npx @matteo.collina/release-notes -a ${{ secrets.GITHUB_TOKEN }} -t v${{ inputs.version }} -r flame -o platformatic ${{ github.event.inputs.prerelease == 'true' && '-p' || '' }} -c ${{ github.ref }}

0 commit comments

Comments
 (0)