Skip to content

Commit

Permalink
omfg wrong file...
Browse files Browse the repository at this point in the history
who's writing this thing
  • Loading branch information
Chickensoupwithrice committed Jan 15, 2025
1 parent 5b0962c commit 9a88fe4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
run: |
set +x
# git checkout -b version-update/$VERSION
sed -i 's/"version": "[0-9]\+\.[0-9]\+\.[0-9]\+"/"version": "'$VERSION'"/' package.json
cat package.json
sed -i 's/"version": "[0-9]\+\.[0-9]\+\.[0-9]\+"/"version": "'$VERSION'"/' vscode/package.json
# This will get tagged along with the changelog PR
git add package.json
git add vscode/package.json
git status
git commit -m "Update version to $VERSION"
- name: Generate changelog
Expand Down

0 comments on commit 9a88fe4

Please sign in to comment.