Skip to content

Commit 98dca37

Browse files
authored
Improvements (#27)
1 parent b78c6e0 commit 98dca37

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/cool-spies-beg.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stinobe/mattr": patch
3+
---
4+
5+
Optimize package size

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
NPM_TOKEN: ${{ secrets.NPMJS_PUBLISHING_TOKEN }}
5656

5757
- name: Release to GitHub
58-
if: steps.changesets.outputs.hasChangesets == 'false'
58+
if: steps.changesets.outputs.published == 'true'
5959
run: |
6060
pnpm config set //npm.pkg.github.com/:_authToken "${NODE_AUTH_TOKEN}"
6161
pnpm config set @Stinobe:registry "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)