Skip to content

Commit

Permalink
revert to 0.0.1, use gh registry
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 6, 2024
1 parent 5baa1c9 commit 76898cf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
registry-url: "https://npm.pkg.github.com"
- run: yarn install --frozen-lockfile
- run: npm publish --provenance --workspace packages --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions packages/crdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topologygg/crdt",
"version": "0.0.2",
"name": "@topology-foundation/crdt",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topologygg/network",
"version": "0.0.2",
"name": "@topology-foundation/network",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topologygg/node",
"version": "0.0.2",
"name": "@topology-foundation/node",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/object/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topologygg/object",
"version": "0.0.2",
"name": "@topology-foundation/object",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 76898cf

Please sign in to comment.