Revert "Merge pull request #89 from tauri-apps/feat/ci-covector-publish"

This reverts commit e0633aea48.
This commit is contained in:
Lucas Fernandes Nogueira
2021-09-29 11:14:22 -03:00
committed by Lucas Nogueira
parent e0633aea48
commit e2bc23c085
3 changed files with 20 additions and 10 deletions

View File

@@ -22,9 +22,8 @@ jobs:
id: covector
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: 'version-or-publish'
command: 'version'
- name: Create Pull Request With Versions Bumped
if: steps.covector.outputs.commandRan == 'version'
uses: tauri-apps/create-pull-request@v3.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
@@ -33,10 +32,3 @@ jobs:
commit-message: "apply version updates"
labels: "version updates"
body: ${{ steps.covector.outputs.change }}
- name: Publish Extension
if: steps.covector.outputs.commandRan == 'publish'
uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

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

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

View File

@@ -14,7 +14,7 @@
},
"version": "0.1.3",
"engines": {
"vscode": "^1.60.0"
"vscode": "^1.56.0"
},
"categories": [
"Other",