-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8956b7d
commit 5a3e591
Showing
21 changed files
with
6,817 additions
and
7,714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'], | ||
parser: '@typescript-eslint/parser', | ||
plugins: ['@typescript-eslint'], | ||
root: true, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,8 @@ jobs: | |
- name: Setup GIT | ||
run: | | ||
git switch -c main | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Alvaro Saurin" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "k3d-io" | ||
- name: Set release version | ||
run: npm version --no-git-tag-version --allow-same-version ${{ steps.info.outputs.SOURCE_TAG }} | ||
|
@@ -69,7 +69,7 @@ jobs: | |
draft: false | ||
prerelease: false | ||
|
||
- name: Upload VXIS to GitHub release | ||
- name: Upload VSIX to GitHub release | ||
id: upload-release-asset | ||
uses: actions/upload-release-asset@v1 | ||
env: | ||
|
@@ -81,4 +81,4 @@ jobs: | |
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: ./vscode-k3d-${{ steps.info.outputs.SOURCE_TAG }}.vsix | ||
asset_name: vscode-k3d.vsix | ||
asset_content_type: application/zip | ||
asset_content_type: application/zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.