Skip to content

Commit 569faf2

Browse files
fixed special character, other side
1 parent 2d4b5ce commit 569faf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- run: npm run build:prod
1717
- run: npm run publish:lib
1818
env:
19-
NODE_AUTH_TOKEN: ${{ ​​​secrets.NPM_AUTOMATION_TOKEN }​​​​​​​​​​​​​}​​​​​​​​​​​​​
19+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)