Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Aug 14, 2024
1 parent 7830f53 commit e66661c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cuddly-cycles-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bunny.net/edgescript-sdk": patch
---

bump
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BUNNY_GITHUB }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
publish: "pnpm run build && pnpm run release"
publish: "./scripts/publish.sh"
title: "🎉 Release"
createGithubReleases: true
1 change: 1 addition & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm changeset publish && pnpm run -r build && pnpm run -r publish

0 comments on commit e66661c

Please sign in to comment.