We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d831570 commit 6c4e158Copy full SHA for 6c4e158
1 file changed
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
uses: joelwmale/webhook-action@master
66
with:
67
url: 'https://hook-rc.pingcode.com/api/flow/w/http/357bdd4f00f34bfab2f878ad3b9e8b48'
68
- body: '{ "version": "${{ steps.read-version.outputs.prop }}", "name": "tethys-store" }'
+ body: '{ "version": "${{ steps.read-version.outputs.prop }}", "name": "@tethys/store" }'
69
autoMerge:
70
if: startsWith(github.head_ref, 'release-auto-')
71
needs: [publish]
0 commit comments