From 2d209027d3c1b58daa9f42022b84ee9546a8dce2 Mon Sep 17 00:00:00 2001 From: Stan Dzhumaev Date: Mon, 9 Dec 2024 12:11:53 -0800 Subject: [PATCH] [AXON-23] Uncomment the release code from `release.yaml` (#20) --- .github/workflows/release.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d7958396..6bdd949f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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