We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78c6e0 commit 98dca37Copy full SHA for 98dca37
2 files changed
.changeset/cool-spies-beg.md
@@ -0,0 +1,5 @@
1
+---
2
+"@stinobe/mattr": patch
3
4
+
5
+Optimize package size
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
NPM_TOKEN: ${{ secrets.NPMJS_PUBLISHING_TOKEN }}
56
57
- name: Release to GitHub
58
- if: steps.changesets.outputs.hasChangesets == 'false'
+ if: steps.changesets.outputs.published == 'true'
59
run: |
60
pnpm config set //npm.pkg.github.com/:_authToken "${NODE_AUTH_TOKEN}"
61
pnpm config set @Stinobe:registry "https://npm.pkg.github.com"
0 commit comments