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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Build extension
|
||||
run: yarn build
|
||||
|
||||
- uses: lannonbr/vsce-action@master
|
||||
- uses: lannonbr/vsce-action@main
|
||||
with:
|
||||
args: "publish -p $VSCE_TOKEN"
|
||||
env:
|
||||
|
|
|
@ -146,7 +146,7 @@ Thanks to the Material Theme community you can use it with other software, here
|
|||
|
||||
## 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
|
||||
- **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
|
||||
|
|
Loading…
Reference in a new issue