chore: things
This commit is contained in:
parent
f348987eec
commit
32c99a959c
2 changed files with 3 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -3,7 +3,7 @@ name: Release Extension
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Build extension
|
- name: Build extension
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|
||||||
- uses: lannonbr/vsce-action@master
|
- uses: lannonbr/vsce-action@main
|
||||||
with:
|
with:
|
||||||
args: "publish -p $VSCE_TOKEN"
|
args: "publish -p $VSCE_TOKEN"
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -146,7 +146,7 @@ Thanks to the Material Theme community you can use it with other software, here
|
||||||
|
|
||||||
## Other resources
|
## Other resources
|
||||||
- **Vscode Dock Icon:** [Download](https://github.com/material-theme/vsc-material-theme/files/989048/vsc-material-theme-appicon.zip) the official Material Theme app icon for Visual Studio code
|
- **Vscode Dock Icon:** [Download](https://github.com/material-theme/vsc-material-theme/files/989048/vsc-material-theme-appicon.zip) the official Material Theme app icon for Visual Studio code
|
||||||
- **Color palettes:** You can check the official Material Theme colors [here](https://github.com/material-theme/vsc-material-theme/tree/master/scripts/generator/settings/specific)
|
- **Color palettes:** You can check the official Material Theme colors [here](https://github.com/material-theme/vsc-material-theme/tree/main/scripts/generator/settings/specific)
|
||||||
|
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
Loading…
Reference in a new issue