Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yezige committed Dec 8, 2024
1 parent 84c9b6b commit 1b51af7
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,11 @@ jobs:
echo "RELEASE_VERSION=$(echo ${GITHUB_REF##*/v})" >> $GITHUB_ENV
echo "::debug::TAG: ${{ env.RELEASE_TAG }}"
- name: Use Node.js
uses: actions/setup-node@v1
- uses: lannonbr/vsce-action@4.0.0
with:
node-version: ${{ matrix.node-version }}

- name: Install vsce
run: |
npm install -g @vscode/vsce
- name: Publish
args: "publish -p $VSCE_TOKEN"
env:
# VSCE_USER: ${{ secrets.VSCE_USER }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
run: |
vsce publish -p ${VSCE_TOKEN}

- name: Package
id: package
Expand Down

0 comments on commit 1b51af7

Please sign in to comment.