We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3a141 commit 517b96cCopy full SHA for 517b96c
.github/workflows/publish-releases.yml
@@ -43,4 +43,4 @@ jobs:
43
- run: npm publish --access public --tag ${{ inputs.prerelease == true && 'next' || 'latest' }}
44
- name: 'Create release notes'
45
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 }}
+ 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