We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fc74b commit aa4de33Copy full SHA for aa4de33
1 file changed
.github/workflows/release.yaml
@@ -68,7 +68,8 @@ jobs:
68
run: |
69
node -e "const fs=require('fs'); const pkg=JSON.parse(fs.readFileSync('package.json')); pkg.version='${{ needs.split-tag.outputs.version }}'; fs.writeFileSync('package.json', JSON.stringify(pkg,null,2)+'\n');"
70
echo "Set version to ${{ needs.split-tag.outputs.version }}"
71
- - run: yarn pack
+ - name: Pack plugin
72
+ run: yarn pack --out '%s-%v.tgz'
73
- uses: softprops/action-gh-release@v2
74
with:
75
draft: true
0 commit comments