Skip to content

Commit

Permalink
Fix various build issues (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Dec 24, 2023
1 parent 7222c21 commit 19e9849
Show file tree
Hide file tree
Showing 6 changed files with 552 additions and 731 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
package-name:
description: Name of the package built.
value: ${{ jobs.test.outputs.package-name }}

permissions:
checks: write
statuses: write
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
BUILD_VERSION="${BUILD_VERSION#v}"
echo "BUILD_VERSION=${BUILD_VERSION}" >> $GITHUB_ENV
npm install -g vsce
npm install -g @vscode/vsce
vsce package -o "${{ runner.temp }}/vscode-guid-${BUILD_VERSION}.vsix"
echo "node-version=${{ matrix.node-version }}" >> $GITHUB_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
permissions:
checks: write
contents: write
statuses: write

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.8.0 (2022-12-22)
## 1.8.0 (2022-12-23)

* [@crdonnelly](https://github.com/crdonnelly) added command to insert empty guid(s).

Expand Down
Loading

0 comments on commit 19e9849

Please sign in to comment.