Skip to content

Commit

Permalink
[AXON-23] chore: remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdzh-atlassian committed Dec 9, 2024
1 parent 9c3ad27 commit 1f307df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:

- name: Publish the pre-release extension
run: |
echo npx vsce publish \
npx vsce publish \
--pre-release \
--baseContentUrl https://raw.githubusercontent.com/atlassian/atlascode/main/ \
-p ${{ secrets.VSCE_MARKETPLACE_TOKEN }} \
--packagePath atlascode-${PACKAGE_VERSION}.vsix
- name: Publish the pre-release to OpenVSX
run: |
echo npx ovsx publish \
npx ovsx publish \
--pre-release \
-p ${{ secrets.OPENVSX_KEY }} \
"atlascode-${PACKAGE_VERSION}.vsix"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ jobs:
- name: Publish the extension
run: |
npx vsce verify-pat -p ${{ secrets.VSCE_MARKETPLACE_TOKEN }}
# echo npx vsce publish \
# 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 }}
# echo npx ovsx publish \
# npx ovsx publish \
# -p ${{ secrets.OPENVSX_KEY }} \
# "atlascode-${PACKAGE_VERSION}.vsix"
Expand Down

0 comments on commit 1f307df

Please sign in to comment.