Skip to content

Commit

Permalink
update publish-test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Jul 8, 2024
1 parent 3f89005 commit b716c30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
echo $major
echo $minor
echo $patch
v=$(major).$(minor).$(Rev:r)
v=$major.$minor.$(Rev:r)
echo $v
v1=$major.$minor.$Rev:r
echo $v1
rm vss-extension-dev.json
echo $vss_extension > vss-extension-dev.json
echo $vss_extension > vss-extension.json
Expand Down

0 comments on commit b716c30

Please sign in to comment.