Skip to content

Commit

Permalink
ci: refactor to simple with extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 7, 2024
1 parent 06fff41 commit 47a886b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 47a886b

Please sign in to comment.