Skip to content

Commit 13a799c

Browse files
committed
[ fix ] Script for extension deployment
1 parent 3643dd1 commit 13a799c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: npm version && npm install
1717

1818
- name: Build stuff
19-
run: npm run prepublish
19+
run: npm run dry-run-publish
2020

2121
- name: Publish to Open VSX Registry
2222
uses: HaaLeo/publish-vscode-extension@v1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

8-
## v0.6.4 - 2025-??-??
8+
## v0.6.4 - 2025-08-11
99

1010
### Added
1111
- #251: Add weak head normalisation mode for these commands:

0 commit comments

Comments
 (0)