Skip to content

Commit

Permalink
[Release] v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Aug 8, 2024
1 parent 215f0bd commit eb49356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
working-directory: scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm run publish:workspace
run: pnpm run publish:packages

- name: Bump version and push tag
id: tag_version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thewu",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"description": "",
"main": "index.js",
Expand Down

0 comments on commit eb49356

Please sign in to comment.