File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 - name : Check if plugin version matches tag
5555 run : |
5656 pluginversion=`jq -r '.version' plugin.json`
57- if [ "v$pluginversion" != "$GITHUB_REF_NAME" ]; then
58- echo "Plugin version from plugin.json 'v$pluginversion' doesn't match with tag version '$GITHUB_REF_NAME'"
57+ if [ "v$pluginversion" != "${{ env. GITHUB_REF_NAME }} " ]; then
58+ echo "Plugin version from plugin.json 'v$pluginversion' doesn't match with tag version '${{ env. GITHUB_REF_NAME }} '"
5959 exit 1
6060 fi
6161 - name : Create Release
6666 tag_name : ${{ github.ref }}
6767 release_name : Release ${{ github.ref }}
6868 body : |
69- $GITHUB_REPOSITORY_NAME VCV Rack Plugin $GITHUB_REF_NAME
69+ ${{ env. GITHUB_REPOSITORY_NAME }} VCV Rack Plugin ${{ env. GITHUB_REF_NAME }}
7070 draft : false
7171 prerelease : false
7272 - uses : actions/download-artifact@v2
Original file line number Diff line number Diff line change 11{
22 "slug" : " MyPlugin" ,
33 "name" : " MyPlugin" ,
4- "version" : " 2.0.6 " ,
4+ "version" : " 2.0.7 " ,
55 "license" : " GPL-3.0-or-later" ,
66 "brand" : " MyBrand" ,
77 "author" : " Me" ,
You can’t perform that action at this time.
0 commit comments