chore: update workflows
This commit is contained in:
parent
8749c21f4d
commit
b36e40357d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- app/**
|
||||
|
||||
jobs:
|
||||
release-please:
|
||||
|
@ -12,6 +14,7 @@ jobs:
|
|||
steps:
|
||||
- uses: google-github-actions/release-please-action@v3
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_PLEASE_UAT }}
|
||||
command: manifest
|
||||
package-name: webssh2
|
||||
path: app
|
||||
|
|
Loading…
Reference in a new issue