Update package-publish.yml

This commit is contained in:
Tiago Conceição
2022-08-07 19:32:37 +01:00
parent 8710f8bc6f
commit 247ed74aa7
+2 -2
View File
@@ -57,8 +57,8 @@ jobs:
git branch --remote --contains | grep origin/master
- name: Set VERSION variable from tag
run: |
VERSION=${{ github.event.release.tag_name }}
echo "VERSION=${VERSION:1}" >> $GITHUB_ENV
TAG=${{ github.event.release.tag_name }}
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Build
run: dotnet build --configuration Release
- name: Pack