From 1936f725d226bea2e13d5d88c1dd7a9a02ddd259 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Fri, 11 Aug 2023 13:34:14 -0700 Subject: fix: :bug: version patch in the publish step --- .github/workflows/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a114c7c9..a3927f3f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -185,6 +185,11 @@ jobs: cd extension npx vsce publish -p ${{ secrets.VSCE_TOKEN }} --packagePath ./build/*.vsix + - name: Update version in package.json + run: | + cd extension + npm version patch + - name: Commit changes run: | git config --local user.email "action@github.com" -- cgit v1.2.3-70-g09d2