mirror of
https://github.com/nyanotech/recombobulator
synced 2025-12-16 11:30:21 -08:00
bump version, add a publish github action (hopefully)
This commit is contained in:
parent
94428f4e44
commit
7fe79e337d
17
.github/workflows/publish.yml
vendored
Normal file
17
.github/workflows/publish.yml
vendored
Normal 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 }}
|
||||||
9
package-lock.json
generated
9
package-lock.json
generated
@ -1,16 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "recombobulator",
|
"name": "recombobulator",
|
||||||
"version": "0.0.1",
|
"version": "0.0.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "recombobulator",
|
"name": "recombobulator",
|
||||||
"version": "0.0.1",
|
"version": "0.0.3",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/assert": "^1.5.10",
|
"@types/assert": "^1.5.10",
|
||||||
"@types/mocha": "^10.0.6",
|
"@types/mocha": "^10.0.6",
|
||||||
"@types/vscode": "^1.86.0",
|
"@types/vscode": "^1.75.0",
|
||||||
"@types/webpack-env": "^1.18.4",
|
"@types/webpack-env": "^1.18.4",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
||||||
"@typescript-eslint/parser": "^6.19.1",
|
"@typescript-eslint/parser": "^6.19.1",
|
||||||
@ -25,7 +26,7 @@
|
|||||||
"webpack-cli": "^5.1.4"
|
"webpack-cli": "^5.1.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.86.0"
|
"vscode": "^1.75.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@aashutoshrathi/word-wrap": {
|
"node_modules/@aashutoshrathi/word-wrap": {
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user