chore: things

This commit is contained in:
Mattia Astorino 2022-12-01 17:08:13 +01:00
parent f348987eec
commit 32c99a959c
No known key found for this signature in database
GPG key ID: D5713A99B7005A59
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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