Skip to content

Commit

Permalink
ci: fix wrong config ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed May 28, 2024
1 parent 047d5ff commit 2cc8757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-or-version-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2cc8757

Please sign in to comment.