Skip to content

Commit

Permalink
chore: Fix release process (#3538)
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 authored May 7, 2024
1 parent ead27ff commit 9e9199c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
npm version ${{ github.event.inputs.scope || env.DEFAULT_SCOPE }}
npm publish --access public
git add package.json
git add package-lock.json
git commit -m "[skip ci] Update version"
git push
cd ..
Expand Down

0 comments on commit 9e9199c

Please sign in to comment.