This repository was archived by the owner on Oct 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- name : public -package
1
+ name : publish -package
2
2
3
3
on :
4
4
workflow_dispatch :
@@ -13,16 +13,16 @@ jobs:
13
13
- uses : google-github-actions/release-please-action@v3
14
14
with :
15
15
release-type : node
16
- package-name : ubiquibot-config
16
+ package-name : @ubiquity/ ubiquibot-config
17
17
default-branch : main
18
18
- uses : actions/checkout@v3
19
19
- uses : actions/setup-node@v3
20
20
with :
21
- node-version : ' 20.x '
21
+ node-version : ' 20.10.0 '
22
22
registry-url : https://registry.npmjs.org/
23
23
- run : |
24
24
yarn install --immutable --immutable-cache --check-cache
25
25
yarn pack
26
- yarn publish
26
+ yarn publish --access public
27
27
env:
28
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
- # ` ubiqubot-config `
1
+ # ` @ubiquity/ ubiqubot-config`
2
2
3
3
Helpers to parse and merge configuration files for Ubiquibot.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ubiquibot/configuration" ,
3
3
"version" : " 1.0.0" ,
4
+ "private" : false ,
4
5
"description" : " Configuration helpers for Ubiquibot." ,
5
6
"main" : " src/index.ts" ,
6
7
"author" : " Ubiquity DAO" ,
You can’t perform that action at this time.
0 commit comments