Skip to content

Commit

Permalink
BREAKING CHANGE: 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 c9ef4f2 commit a6fed89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version: 20.x

- name: publish-extension
id: publish-extension
env:
PUBLISHER_NAME: ${{ secrets.PUBLISHER_NAME }}
ORG_NAME: ${{ secrets.ORG_NAME }}
Expand Down Expand Up @@ -63,6 +64,11 @@ jobs:
# npm i -g tfx-cli
# tfx extension publish --publisher TestCIPub --manifest-globs vss-extension-dev.json --token ${USER_TOKEN}


- name: update extension version
if: steps.publish-extension.outputs.result == 'success'
run: |
echo "updating version"
# - name: Install dependencies
# run: cd synopsys-task && npm ci

Expand Down

0 comments on commit a6fed89

Please sign in to comment.