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 260a4d4 commit 44d6997
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 @@ -24,9 +24,6 @@ jobs:
with:
node-version: 20.x

- name: semantic-release
run: npx semantic-release

- name: publish-extension
env:
PUBLISHER_NAME: ${{ secrets.PUBLISHER_NAME }}
Expand All @@ -41,6 +38,7 @@ jobs:
name="Synopsys-security-scan"
echo $name
echo $[counter(1, 0)]
npx semantic-release
echo "EXTENSION_NAME=$name" >> build.env
vss_extension=$(cat vss-extension-dev.json)
vss_extension=$(echo $vss_extension | jq ".id = \"$name\"")
Expand Down

0 comments on commit 44d6997

Please sign in to comment.