Skip to content

Commit 7fa42e9

Browse files
Publishing script improved
1 parent 3d8eba8 commit 7fa42e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
7.0.x
2020
2121
- name: Extract version from tag
22-
run: echo "VERSION=$(echo ${GITHUB_REF#refs/tags/v} | sed 's/^\.//')" >> $GITHUB_ENV
22+
run: echo "VERSION=$(echo ${GITHUB_REF#refs/tags/v})" >> $GITHUB_ENV
2323

2424
- name: Restore dependencies
2525
run: dotnet restore

0 commit comments

Comments
 (0)