From b36e40357dbb8e461d751f46300e6d572657937e Mon Sep 17 00:00:00 2001 From: Bill Church Date: Tue, 2 Aug 2022 18:12:30 +0000 Subject: [PATCH] chore: update workflows --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5adf0d..5506c24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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