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 430755d commit e6e1c2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ jobs:
azure_extension_version=$(echo $vss_extension | jq -r '.version')
echo "AZURE_EXTENSION_VERSION=$azure_extension_version" >> build.env
echo $azure_extension_version
patch= $(echo $azure_extension_version | awk -F. '{print $3}')
patch=$(echo $azure_extension_version | awk -F. '{print $3}')
echo patch
minor=1
version=$[counter($minor, 0)]
rm vss-extension-dev.json
echo $vss_extension > vss-extension-dev.json
cat vss-extension-dev.json
cat vss-extension.json
# cd synopsys-task
# task_json=$(cat task.json)
# task_json=$(echo $task_json | jq ".name = \"$name\"")
Expand Down

0 comments on commit e6e1c2f

Please sign in to comment.