Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Jan 9, 2025
1 parent 09e107b commit f9a2bdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
TARGET_BRANCH: develop

jobs:
update-changelog:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -18,7 +18,9 @@ jobs:

- name: Update version in package.json
run: |
cd frontend
npm version ${{ github.event.release.tag_name }}
cd ..
- name: Commit updated package.json
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit f9a2bdf

Please sign in to comment.