Skip to content

Commit

Permalink
fix: update publish-test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Jul 9, 2024
1 parent cddb20f commit ef1fc23
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 @@ -40,6 +40,9 @@ jobs:
echo $name
echo "EXTENSION_NAME=$name" >> build.env
echo $commit_message
echo "title=$(git log --format=%B -n 1 HEAD | head -n 1)"
echo commit=$(echo "$commit_message" | awk -F: 'print $1}')
echo $commit_message[0]
# vss_extension=$(cat vss-extension-dev.json)
# vss_extension=$(echo $vss_extension | jq ".id = \"$name\"")
# vss_extension=$(echo $vss_extension | jq ".name = \"$name\"")
Expand Down

0 comments on commit ef1fc23

Please sign in to comment.