diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc69379..ed16ac2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,12 @@ jobs: - name: Run ESLint run: yarn lint:ts + # Convert grammar to PList format & Test compile & Run ESBuild & Generate VSIX file + - name: Create production build + run: yarn build:prod + - name: Create build.txt with version - run: yarn build-txt + run: yarn build:txt - name: Extract changelog run: | @@ -45,10 +49,6 @@ jobs: yarn extract-changelog -e $VERSION - # Convert grammar to PList format & Test compile & Run ESBuild & Generate VSIX file - - name: Create production build - run: yarn build:prod - - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: