Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
blakevanlan committed Feb 24, 2023
1 parent f1a55b8 commit 32aaec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Here are the release steps:
1. Package the new version.
```
$ git checkout main
$ npm ci && npm run build && npm run publish
$ npm ci && npm run build && npm run package
$ git add dist
$ git commit -a -m "Packaged action"
$ git push
Expand Down

0 comments on commit 32aaec0

Please sign in to comment.