diff --git a/.changeset/config.json b/.changeset/config.json index 244118a..a37f111 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,7 +2,7 @@ "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", "changelog": [ "@changesets/changelog-github", - { "repo": "hyperse-io/hyper-env" } + { "repo": "hyperse-io/ts-node-paths" } ], "commit": false, "fixed": [], diff --git a/.github/workflows/release-or-version-pr.yml b/.github/workflows/release-or-version-pr.yml index a61acad..4d55429 100644 --- a/.github/workflows/release-or-version-pr.yml +++ b/.github/workflows/release-or-version-pr.yml @@ -8,7 +8,7 @@ on: jobs: release: # Basic security: the release job can only be executed from this repo and from the main branch (not a remote thing) - if: ${{ github.repository == 'hyperse-io/hyper-env' && contains('refs/heads/main',github.ref)}} + if: ${{ github.repository == 'hyperse-io/ts-node-paths' && contains('refs/heads/main',github.ref)}} name: Release and changelog runs-on: ubuntu-latest steps: