Skip to content

Commit

Permalink
use python 3.9 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mightbesimon committed Dec 11, 2022
1 parent 85c6529 commit 8a5bbcc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v*.*.*

env:
PYTHON_VERSION: '3.8.9'
PYTHON_VERSION: '3.9'

jobs:
build:
Expand Down Expand Up @@ -38,5 +38,7 @@ jobs:
with:
name: build
path: .
- run: echo VERSION=${GITHUB_REF#refs/tags/v} >> $GITHUB_ENV
- run: npx vsce publish ${{ env.VERSION }} -p ${{ secrets.VSCE_PAT }} --no-git-tag-version
- run: >
npx vsce publish ${GITHUB_REF#refs/tags/v}
-p ${{ secrets.VSCE_PAT }}
--no-git-tag-version

0 comments on commit 8a5bbcc

Please sign in to comment.