Skip to content

Commit

Permalink
1.9.2 - fix VSCE_TOKEN for GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed Dec 11, 2023
1 parent 2c7a417 commit a19059c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a19059c

Please sign in to comment.