From c16d8b080c4bbea654004186cefc751999152eaa Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 30 Nov 2023 15:56:39 +0100 Subject: [PATCH] feat: align version --- .github/workflows/release.yml | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f68758..5e39905 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,8 +24,7 @@ jobs: - name: Get npm cache directory id: npm-cache-dir - run: | - echo "::set-output name=dir::$(npm config get cache)" + run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT - uses: actions/cache@v3 id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true' diff --git a/package.json b/package.json index 252477f..a20d7ce 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "33.11.0", + "version": "34.1.0", "publisher": "Equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",