Skip to content

Commit

Permalink
feat: update bump version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 10, 2025
1 parent d6c323c commit f116545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "new_version=$version" >> $GITHUB_ENV
if [$version != "unknown" ]; then
git checkout -b bump-${{ github.event.inputs.app }}-version-$version
git add .
git add apps/${{ github.event.inputs.app }}/package.json
git commit -m "Bump ${{ github.event.inputs.app }} version to $version"
git tag "v$version"
git push origin bump-${{ github.event.inputs.app }}-version-$version --follow-tags
Expand All @@ -79,5 +79,5 @@ jobs:
title: "Bump version to ${{ env.new_version }} for ${{ github.event.inputs.app }}"
body: "This PR bumps the version to ${{ env.new_version }} for ${{ github.event.inputs.app }}."
labels: version-bump
assignees: khoilen
reviewers: khoilen
assignees: khoilen, tintungtang
reviewers: khoilen, tintungtang

0 comments on commit f116545

Please sign in to comment.