Skip to content

Commit

Permalink
[AXON-23] Uncomment the release code from release.yaml (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdzh-atlassian authored Dec 9, 2024
1 parent 0fe104e commit 2d20902
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,16 @@ jobs:

- name: Publish the extension
run: |
npx vsce verify-pat -p ${{ secrets.VSCE_MARKETPLACE_TOKEN }}
# npx vsce publish \
# -p ${{ secrets.VSCE_MARKETPLACE_TOKEN }} \
# --baseContentUrl https://raw.githubusercontent.com/atlassian/atlascode/main/ \
# --packagePath atlascode-${PACKAGE_VERSION}.vsix
npx vsce publish \
-p ${{ secrets.VSCE_MARKETPLACE_TOKEN }} \
--baseContentUrl https://raw.githubusercontent.com/atlassian/atlascode/main/ \
--packagePath atlascode-${PACKAGE_VERSION}.vsix
- name: Publish to OpenVSX
run: |
npx ovsx verify-pat -p ${{ secrets.OPENVSX_KEY }}
# npx ovsx publish \
# -p ${{ secrets.OPENVSX_KEY }} \
# "atlascode-${PACKAGE_VERSION}.vsix"
npx ovsx publish \
-p ${{ secrets.OPENVSX_KEY }} \
"atlascode-${PACKAGE_VERSION}.vsix"
- name: Create Release
id: create_release
Expand Down

0 comments on commit 2d20902

Please sign in to comment.