Skip to content

Commit c625a90

Browse files
authored
Update nuget-pack-push.yml
1 parent 3e92802 commit c625a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-pack-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- name: Setting environment variables
2222
run: |
2323
echo "::set-env name=COMMIT::$GITHUB_SHA"
24-
echo "::set-env name=VERSION::${GITHUB_REF/refs\/tags\//}
24+
echo "::set-env name=VERSION::${GITHUB_REF/refs\/tags\//}"
2525
echo Version $VERSION - Branch $BRANCH - Commit $COMMIT

0 commit comments

Comments
 (0)