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

Commit

Permalink
chore: renamed the package to use scoped names
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Feb 19, 2024
1 parent d4658fa commit 9d0462a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: public-package
name: publish-package

on:
workflow_dispatch:
Expand All @@ -13,16 +13,16 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: ubiquibot-config
package-name: @ubiquity/ubiquibot-config
default-branch: main
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '20.10.0'
registry-url: https://registry.npmjs.org/
- run: |
yarn install --immutable --immutable-cache --check-cache
yarn pack
yarn publish
yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `ubiqubot-config`
# `@ubiquity/ubiqubot-config`

Helpers to parse and merge configuration files for Ubiquibot.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ubiquibot/configuration",
"version": "1.0.0",
"private": false,
"description": "Configuration helpers for Ubiquibot.",
"main": "src/index.ts",
"author": "Ubiquity DAO",
Expand Down

0 comments on commit 9d0462a

Please sign in to comment.