Skip to content

Commit

Permalink
some minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tnlx committed Apr 1, 2024
1 parent b6a764f commit e0f9b45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
name: Publish Extension

on:
workflow_dispatch:
push:
tags:
- 'v[0-9]+\.[0-9]+\.*'

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
**/node_modules
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"displayName": "ColorTXT",
"description": "Plain text highlights",
"publisher": "tanialx",
"homepage": "https://github.com/clrdln/colortxt/blob/main/README.md",
"homepage": "https://github.com/tnlx/colortxt/blob/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/clrdln/colortxt"
"url": "https://github.com/tnlx/colortxt"
},
"icon": "icons/ext_icon.png",
"galleryBanner": {
"color": "#A9D18E",
"color": "#EFEFEF",
"theme": "light"
},
"scripts": {
"yaml2json": "npx js-yaml syntaxes/txt.tmLanguage.yaml > syntaxes/txt.tmLanguage.json",
"vscode:prepublish": "npx js-yaml syntaxes/txt.tmLanguage.yaml > syntaxes/txt.tmLanguage.json"
},
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"vscode": "^1.55.0"
},
Expand Down

0 comments on commit e0f9b45

Please sign in to comment.