Skip to content

Commit 11491f1

Browse files
authored
fix: typo in release workflow
1 parent 90624cf commit 11491f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
path: packages/${{ matrix.package }}
7474
token: ${{ secrets.GITHUB_TOKEN }}
7575
release-type: node
76-
package-name: @web-std/${{ matrix.package }}
76+
package-name: '@web-std/${{ matrix.package }}'
7777
monorepo-tags: true
7878
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}]'
7979
command: github-release

0 commit comments

Comments
 (0)