Skip to content

Commit

Permalink
Merge pull request #22 from forcedotcom/d/W-14198233-packagefix
Browse files Browse the repository at this point in the history
@W-14198233@: Fixing error in publish script.
  • Loading branch information
jfeingold35 authored Oct 3, 2023
2 parents 05b86ac + c982145 commit 8b9bb23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publishVSCode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
runs-on: ubuntu-latest
env:
VSCE_PERSONAL_ACCESS_TOKEN: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
PUBLISH_VERSION: ${{ needs.validate-release-environment.outputs.RELEASE_VERSION }}
GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
steps:
- name: Checkout the release tag
Expand All @@ -90,7 +89,7 @@ jobs:
- name: Download Extension From Release
run: |
mkdir ./extensions
gh release download v${{ env.PUBLISH_VERSION }} -D ./extensions
gh release download ${{ github.event.release.tag_name || inputs.tag }} -D ./extensions
- name: Display downloaded VSIX
run: ls -R ./extensions
- name: Publish the VSIX
Expand Down

0 comments on commit 8b9bb23

Please sign in to comment.