Skip to content

Commit c1f8c48

Browse files
authored
Update OOXML-Validator (#32)
### Updated - OOXML-Validator - npm dependencies
1 parent f0bf7a1 commit c1f8c48

12 files changed

+3685
-7689
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,25 @@ jobs:
4141
deploy:
4242
runs-on: ubuntu-latest
4343
needs: test
44+
if: github.event_name == 'release'
4445
steps:
4546
- uses: actions/checkout@v4
4647
- uses: actions/setup-node@v4
4748
with:
48-
node-version: 20
49+
node-version: 22
4950
registry-url: https://registry.npmjs.org/
5051
- name: Install the dependencies
5152
run: npm i
52-
if: github.event_name == 'release'
53-
- name: Install vsce
54-
run: npm i -g vsce
55-
if: github.event_name == 'release'
53+
- name: Install @vscode/vsce
54+
run: npm i -g @vscode/vsce
5655
- name: Publish
5756
run: vsce publish -p ${{ secrets.VSCE_PAT }}
58-
if: github.event_name == 'release'
57+
- name: Create Release Assets
58+
run: vsce package
59+
- name: Upload Release Assets
60+
uses: softprops/action-gh-release@v2
61+
with:
62+
files: "*.vsix"
5963
finish:
6064
needs: test
6165
runs-on: ubuntu-latest

CHANGELOG.md

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

8+
## [1.6.0] - 2024-12-13
9+
10+
### Updated
11+
12+
- OOXML-Validator
13+
- npm dependencies
14+
815
## [1.5.4] - 2024-01-25
916

1017
### Fixed
-1.87 KB
Binary file not shown.
22.1 KB
Binary file not shown.
Binary file not shown.
-1.52 KB
Binary file not shown.

0 commit comments

Comments
 (0)