Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from riskscanner/dev
Browse files Browse the repository at this point in the history
fix: 修复 actions 取版本号
  • Loading branch information
wojiushixiaobai authored Jul 2, 2021
2 parents bf32843 + ca2ce4e commit dd49b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
rm -rf hudson.* .travis.yml .git .github
chmod +x rsctl.sh
cd ..
version=`echo $RELEASE_VERSION | tr 'a-z' 'A-Z' | tr -d 'REFS/TAGS/' | tr -d 'a-zA-Z'`
version=`echo ${RELEASE_VERSION##*/}`
filename=riskscanner-release-$version
mv riskscanner-installer $filename
echo $version > $filename/config_init/conf/version
Expand Down

0 comments on commit dd49b55

Please sign in to comment.