From 2cc875774bf789e7a1af8e58575ddd2a5ce9e3a8 Mon Sep 17 00:00:00 2001 From: tianyingchun Date: Tue, 28 May 2024 17:51:39 +0800 Subject: [PATCH] ci: fix wrong config ci --- .changeset/config.json | 2 +- .github/workflows/release-or-version-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: