Skip to content

Commit

Permalink
build: Fix workflow to deploy dist package instead of root package
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Feb 13, 2024
1 parent 5d85c58 commit 8998663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
access: 'public'
package: 'package.json'
package: 'dist/package.json'
check-version: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makerx/ts-toolkit",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "This cli facilitates the creation of boilerplate files in a new typescript repo",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 8998663

Please sign in to comment.