commit 5b222f7c89559fd186dbebb070dd217e72b66eac
parent 6a8c54f1131fbe042be426bee26f566d4df38f45
Author: Adam M <aemalone@gmail.com>
Date: Fri, 12 Nov 2021 17:43:44 -0600
try to get short sha into archive name
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml
@@ -76,13 +76,13 @@ jobs:
uses: actions/upload-artifact@v2
with:
path: dist
- name: computerscare-modules-2.git.${{ github.sha }}-${{ matrix.config.name }}
+ name: computerscare-modules-2.git.${{ gitrev }}-${{ matrix.config.name }}
publish:
name: Publish plugin
# only create a release if a tag was created that is called e.g. v1.2.3
# see also https://vcvrack.com/manual/Manifest#version
- # if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
needs: build
steps:
diff --git a/plugin.json b/plugin.json
@@ -1,6 +1,6 @@
{
"slug": "computerscare",
- "version": "2.0.0a",
+ "version": "2.0.0",
"name": "computerscare",
"brand": "computerscare",
"author": "computerscare",