Skip to content

Commit e0de15f

Browse files
fix: Typo in release.yaml workflow
1 parent 50d0368 commit e0de15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Publish to npm
5454
run: npm publish --access public # <-- Scoped packages need --access public
5555
env:
56-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }
56+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5757

5858
- name: Create GitHub Release
5959
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)