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 46b7c6b commit e7b8f06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
vss_extension=$(echo $vss_extension | jq ".name = \"$name\"")
azure_extension_version=$(echo $vss_extension | jq -r '.version')
echo "AZURE_EXTENSION_VERSION=$azure_extension_version" >> build.env
echo $azure_extension_version
minor=1
version=$[counter($minor, 0)]
rm vss-extension-dev.json
echo $vss_extension > vss-extension-dev.json
cat vss-extension-dev.json
Expand Down

0 comments on commit e7b8f06

Please sign in to comment.