mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
wip: github action
This commit is contained in:
2
.github/workflows/publish-github-action.yml
vendored
2
.github/workflows/publish-github-action.yml
vendored
@@ -5,11 +5,13 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- "github-v*.*.*"
|
||||
- "!github-v1"
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
workflows: write
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
1
.github/workflows/publish-vscode.yml
vendored
1
.github/workflows/publish-vscode.yml
vendored
@@ -33,3 +33,4 @@ jobs:
|
||||
working-directory: ./sdks/vscode
|
||||
env:
|
||||
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
||||
OPENVSX_TOKEN: ${{ secrets.OPENVSX_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user