Skip to content

Commit

Permalink
Merge pull request #669 from Checkmarx/other/benalvo/upgrade-js-runti…
Browse files Browse the repository at this point in the history
…me-wrapper-to-1.0.15

Fix release.yml
  • Loading branch information
AlvoBen authored Feb 13, 2025
2 parents 39abf48 + 6ee4330 commit 87a3032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ jobs:
cat <<< $(jq ".id = \"${{ env.EXTENSION_ID }}\"" vss-extension.json) > vss-extension.json
cat <<< $(jq ".publisher = \"${{ inputs.publisherID }}\"" vss-extension.json) > vss-extension.json
fi
- name: Remove test folder
run: rm -rf ./cxAstScan/test

- name: Create extension
run: tfx extension create --manifest-globs vss-extension.json
Expand Down

0 comments on commit 87a3032

Please sign in to comment.