Skip to content

Commit 636745f

Browse files
committed
ci: spoiler: it wasn't
1 parent b5ed3d1 commit 636745f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Publish to npm
1717
run : |
1818
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
19-
npm publish --ignore-scripts
19+
npm publish --ignore-scripts --access=public
2020
env :
2121
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@telegraf/entity",
33
"version": "0.0.0-dev",
4-
"private": false,
54
"description": "Convert Telegram entities to HTML or Markdown",
65
"main": ".npm/script/mod.js",
76
"types": ".npm/types/mod.d.ts",

0 commit comments

Comments
 (0)