mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update package-publish.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user