From 47a886b930da5aea6f61dbcc6e61d331120e9e96 Mon Sep 17 00:00:00 2001 From: steveoh Date: Mon, 7 Oct 2024 11:45:37 -0600 Subject: [PATCH] ci: refactor to simple with extra files --- .github/workflows/push.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5c12844..9316206 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -10,11 +10,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -defaults: - run: - shell: bash - working-directory: ./src/ClientApp - jobs: release-please: name: Create release @@ -34,3 +29,5 @@ jobs: github-app-key: ${{ secrets.UGRC_RELEASE_BOT_APP_KEY }} github-app-name: ${{ secrets.UGRC_RELEASE_BOT_NAME }} github-app-email: ${{ secrets.UGRC_RELEASE_BOT_EMAIL }} + release-type: simple + extra-files: /src/ClientApp/package.json,/src/ClientApp/package-lock.json