Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice committed Jan 15, 2025
1 parent b920ff5 commit c41ce49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
VERSION: ${{ github.event.inputs.version }}
run: |
set +x
git checkout -b version-update/$VERSION
# git checkout -b version-update/$VERSION
sed -i 's/"version": "[0-9]\+\.[0-9]\+\.[0-9]\+"/"version": "'$VERSION'"/' package.json
# This will get tagged along with the changelog PR
git add package.json
git status
git commit -m "Update version to $VERSION"
- name: Generate changelog
env:
Expand Down

0 comments on commit c41ce49

Please sign in to comment.