Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 9d0462a

Browse files
chore: renamed the package to use scoped names
1 parent d4658fa commit 9d0462a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/publish-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: public-package
1+
name: publish-package
22

33
on:
44
workflow_dispatch:
@@ -13,16 +13,16 @@ jobs:
1313
- uses: google-github-actions/release-please-action@v3
1414
with:
1515
release-type: node
16-
package-name: ubiquibot-config
16+
package-name: @ubiquity/ubiquibot-config
1717
default-branch: main
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: '20.x'
21+
node-version: '20.10.0'
2222
registry-url: https://registry.npmjs.org/
2323
- run: |
2424
yarn install --immutable --immutable-cache --check-cache
2525
yarn pack
26-
yarn publish
26+
yarn publish --access public
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `ubiqubot-config`
1+
# `@ubiquity/ubiqubot-config`
22

33
Helpers to parse and merge configuration files for Ubiquibot.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@ubiquibot/configuration",
33
"version": "1.0.0",
4+
"private": false,
45
"description": "Configuration helpers for Ubiquibot.",
56
"main": "src/index.ts",
67
"author": "Ubiquity DAO",

0 commit comments

Comments
 (0)