From 7e8ce8e83d3ab9018e315040ec182b00ada0ffec Mon Sep 17 00:00:00 2001 From: Carlos Lapao Date: Fri, 11 Oct 2024 10:20:20 +0100 Subject: [PATCH] revert back to 1.4.0 --- .github/workflows/publish.yml | 3 +++ CHANGELOG.md | 4 ---- package.json | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4374619..eac95fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -261,6 +261,8 @@ jobs: steps: - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 - name: Upload artifact to release + env: + GH_TOKEN: ${{ secrets.GHUB_PAT }} run: | gh release upload v${{ env.EXT_VERSION }} *.vsix - name: Create release and upload release asset @@ -290,6 +292,7 @@ jobs: # environment: publish if: false needs: + - check-version-change - upload-artifacts-to-release runs-on: ubuntu-latest permissions: {} diff --git a/CHANGELOG.md b/CHANGELOG.md index c967e7d..1c79def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,6 @@ All notable changes to the "parallels-desktop" extension will be documented in this file. -## [1.4.1] - 2024-10-11 - - - ## [1.4.0] - 2024-10-09 - Fixed the issue where vscode would crash if created two remote hosts from the same name diff --git a/package.json b/package.json index 006c4ee..1318389 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/Parallels/parallels-vscode-extension" }, "icon": "img/logo/parallels_logo.png", - "version": "1.4.1", + "version": "1.4.0", "engines": { "vscode": "^1.90.0" }, @@ -1920,4 +1920,4 @@ "tailwindcss": "^3.3.2", "uuid": "^9.0.0" } -} +} \ No newline at end of file