We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e59aa6 commit 026e156Copy full SHA for 026e156
.github/workflows/release.yml
@@ -45,6 +45,6 @@ jobs:
45
zip -r ../template-tailwind.zip .
46
- uses: ncipollo/release-action@v1
47
with:
48
- artifacts: "template.zip,template-tailwind.zip"
+ artifacts: "template.zip,template-tailwind.zip,core.sh"
49
tag: ${{ github.event.inputs.tag }}
50
generateReleaseNotes: true
0 commit comments