bump version, add a publish github action (hopefully)

This commit is contained in:
nyanotech 2024-02-16 00:55:49 -08:00
parent 94428f4e44
commit 7fe79e337d
Signed by: nyanotech
GPG Key ID: D2D0A9E8F160472B
3 changed files with 4805 additions and 4787 deletions

17
.github/workflows/publish.yml vendored Normal file
View File

@ -0,0 +1,17 @@
on:
push:
branches:
- release
name: Publish Extension
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: nyanotech/vsce-action@3.0.0
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

9573
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
"displayName": "recombobulator", "displayName": "recombobulator",
"description": "Misc text utilities", "description": "Misc text utilities",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"version": "0.0.2", "version": "0.0.3",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nyanotech/recombobulator.git" "url": "https://github.com/nyanotech/recombobulator.git"