Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2022-08-07 21:32:37 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-08-07 21:32:37 +0300
commit247ed74aa7d4520370493646c0486f2eb8783767 (patch)
tree12cba7c9bdfc2749269dc264cf83343599effa58 /.github
parent8710f8bc6fe999ab179d80c00add541f9ec0ea5d (diff)
Update package-publish.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/package-publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/package-publish.yml b/.github/workflows/package-publish.yml
index dadbafa..2c722ec 100644
--- a/.github/workflows/package-publish.yml
+++ b/.github/workflows/package-publish.yml
@@ -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