Skip to content

Commit

Permalink
Allow variable expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsmith1968 committed Dec 30, 2019
1 parent ad68024 commit 3efb77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
before_deploy:
- FILE=$(ls $APPNAME/bin/$CONFIGURATION/$APPNAME.*.nupkg)
- echo $FILE
- VERSION=$(echo $FILE | sed -e 's/$APPNAME\/bin\/$CONFIGURATION\/$APPNAME.//g' -e 's/.nupkg//g')
- VERSION=$(echo $FILE | sed -e "s/$APPNAME\/bin\/$CONFIGURATION\/$APPNAME.//g" -e 's/.nupkg//g')
- echo $VERSION
- git tag -f "v$VERSION"
deploy:
Expand Down

0 comments on commit 3efb77e

Please sign in to comment.