Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
sketchbuch committed Mar 5, 2024
1 parent e7ba2cc commit c968744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/actions/setup-node/issues/32#issuecomment-525791142
- name: Get Node Version
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'
registry-url: 'https://registry.npmjs.org'
Expand All @@ -32,7 +32,7 @@ jobs:

- name: Publish to VScode Marketplace
if: github.event_name == 'workflow_dispatch'
run: echo ${{ secrets.VSCE_PAT }}
run: echo "${{ secrets.VSCE_PAT }}"

# - name: Install PNPM
# uses: pnpm/action-setup@v2
Expand Down

0 comments on commit c968744

Please sign in to comment.