Skip to content

Commit

Permalink
Merge pull request #77 from hiranthaR/fix/pubish-script
Browse files Browse the repository at this point in the history
fixed
  • Loading branch information
hiranthaR authored Nov 14, 2021
2 parents 6fdf808 + 8fcafd1 commit 13b907a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: install dependencies
run: npm install
- name: publish into marketplace
run: |
export TOKEN=${{ secrets.TOKEN }}
npm run vscode:publish
run: npm run vscode:publish
env:
TOKEN: ${{ secrets.TOKEN }}
- name: extract version number
run: |
export BUILD_BRANCH_PARTS=(${GITHUB_REF//// })
Expand Down

0 comments on commit 13b907a

Please sign in to comment.