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 4cdb205 commit 3d4635fCopy full SHA for 3d4635f
.github/workflows/nuget-pack-push.yml
@@ -22,5 +22,5 @@ jobs:
22
run: |
23
echo "::set-env name=BRANCH::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')"
24
echo "::set-env name=COMMIT::$GITHUB_SHA"
25
- echo "::set-env name=VERSION::${GITHUB_REF/refs\/tags\//}
+ echo "::set-env name=VERSION::$(echo ${GITHUB_REF:10})
26
echo Version $VERSION - Branch $BRANCH - Commit $COMMIT
0 commit comments