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

Commit

Permalink
Attempt to fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cschleiden committed Oct 27, 2022
1 parent 795e96a commit 233b9b5
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 4,622 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git config --global user.name "Christopher Schleiden"
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
- run: npm version ${{ github.event.inputs.version }}
- run: npm install
- run: npm run package
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [v0.24.3]
- Fix https://github.com/cschleiden/vscode-github-actions/issues/111

## [v0.24.0]
- New "Current Branch" view

Expand Down
Loading

0 comments on commit 233b9b5

Please sign in to comment.