We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90624cf commit 11491f1Copy full SHA for 11491f1
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
path: packages/${{ matrix.package }}
74
token: ${{ secrets.GITHUB_TOKEN }}
75
release-type: node
76
- package-name: @web-std/${{ matrix.package }}
+ package-name: '@web-std/${{ matrix.package }}'
77
monorepo-tags: true
78
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"refactor","section":"Changes","hidden":false},{"type":"chore","section":"Changes","hidden":false}]'
79
command: github-release
0 commit comments