From 32c99a959c0ca54d942d6a3b5b74f3c5e5c9644b Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 1 Dec 2022 17:08:13 +0100 Subject: [PATCH] chore: things --- .github/workflows/release.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59dffd5..a7e690c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/README.md b/README.md index e862b2d..2858387 100644 --- a/README.md +++ b/README.md @@ -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