From a19059cb3cf42eaf202072ed28b3401fcaccb97d Mon Sep 17 00:00:00 2001 From: Rob O'Leary <3703647+robole@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:14:36 +0300 Subject: [PATCH] 1.9.2 - fix VSCE_TOKEN for GH action --- .github/workflows/publishing.yml | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 87be44f..d040128 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -21,6 +21,6 @@ jobs: - name: Publish to Visual Studio Marketplace uses: HaaLeo/publish-vscode-extension@v1 with: - pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} + pat: ${{ secrets.VSCE_TOKEN }} registryUrl: https://marketplace.visualstudio.com extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ea7eb..e19e45a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/-0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.2] - 2023-12-11 + +### Fixed + +- The GitHub Action had wrong variable name for PAT for VS Code Marketplace step. +- Update VSCE_TOKEN secret in repo. + ## [1.9.1] - 2023-12-11 ### Fixed diff --git a/package.json b/package.json index c8e8e39..12abb9c 100755 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "description": "Perform file actions quickly with keyboard-driven file selection. 🐰⌨️", "icon": "img/logo.png", - "version": "1.9.1", + "version": "1.9.2", "engines": { "vscode": "^1.46.0", "node": ">=12"