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 10, 2024
1 parent 98afa1a commit b4a9ba3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: publish-extension
id: publish-extension
uses: actions/upload-artifact@v4
env:
PUBLISHER_NAME: ${{ secrets.PUBLISHER_NAME }}
ORG_NAME: ${{ secrets.ORG_NAME }}
Expand Down Expand Up @@ -62,6 +63,10 @@ jobs:
echo "AZURE_EXTENSION_VERSION=$azure_extension_version" >> build.env
# npm i -g tfx-cli
# tfx extension publish --publisher TestCIPub --manifest-globs vss-extension-dev.json --token ${USER_TOKEN}
with:
name: publish-extension
path: "*.vsix"



- name: update extension version
Expand Down

0 comments on commit b4a9ba3

Please sign in to comment.