Skip to content

Commit

Permalink
parse gitversion output
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Feb 28, 2025
1 parent f35f8d3 commit 28c4c67
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/auto-versioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ jobs:
# Update package.json using jq
cd frontend
jq --arg ver "$VERSION" '.version = $ver' package.json > package.tmp.json && mv package.tmp.json package.json
cat package.json
- name: Show GitVersion.yml
run: |
cat GitVersion.yml
- name: Show updated package.json
run: |
cat frontend/package.json

0 comments on commit 28c4c67

Please sign in to comment.