Skip to content

Commit

Permalink
ci(release): push updates to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Feb 29, 2024
1 parent 0f5c044 commit 8a3b846
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,20 @@ jobs:
cache-dependency-path: 'pnpm-lock.yaml'

- name: Install dependencies
run: pnpm i
run: pnpm i --frozen-lockfile

- name: Run build
run: pnpm build
env:
TGT_RELEASE_VERSION: ${{ github.ref_name }}

- name: Commit update
- name: Update repository
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -am '${{ github.ref_name }}'
git push
- name: Bundle files
run: |
Expand Down

0 comments on commit 8a3b846

Please sign in to comment.