Skip to content

Commit

Permalink
Merge pull request #38 from aviarytech/publish-package
Browse files Browse the repository at this point in the history
fix: Fix release workflow
  • Loading branch information
swcurran authored Jan 24, 2025
2 parents d38f6cf + f7b1cd5 commit 3815162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:

- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: cd dist && npx semantic-release
run: npx semantic-release
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"browser": "dist/browser/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist/cjs",
"dist/esm",
"dist/browser",
"dist/types",
"dist/cli"
"dist/**/*"
],
"scripts": {
"dev": "bun --watch --inspect-wait ./src/resolver.ts",
Expand Down

0 comments on commit 3815162

Please sign in to comment.