We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e92802 commit c625a90Copy full SHA for c625a90
.github/workflows/nuget-pack-push.yml
@@ -21,5 +21,5 @@ jobs:
21
- name: Setting environment variables
22
run: |
23
echo "::set-env name=COMMIT::$GITHUB_SHA"
24
- echo "::set-env name=VERSION::${GITHUB_REF/refs\/tags\//}
+ echo "::set-env name=VERSION::${GITHUB_REF/refs\/tags\//}"
25
echo Version $VERSION - Branch $BRANCH - Commit $COMMIT
0 commit comments