Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 233b9b5

Browse files
committed
Attempt to fix release workflow
1 parent 795e96a commit 233b9b5

4 files changed

Lines changed: 152 additions & 4622 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
git config --global user.name "Christopher Schleiden"
1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: '12'
21+
node-version: '16'
2222
- run: npm version ${{ github.event.inputs.version }}
2323
- run: npm install
2424
- run: npm run package

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to the "vscode-github-actions" extension will be documented in this file.
44

5+
## [v0.24.3]
6+
- Fix https://github.com/cschleiden/vscode-github-actions/issues/111
7+
58
## [v0.24.0]
69
- New "Current Branch" view
710

0 commit comments

Comments
 (0)