From 249291238aa0665cc5c7e1280c21c0302f0e0b0c Mon Sep 17 00:00:00 2001 From: David Chanin Date: Sat, 23 Dec 2023 22:24:23 -0500 Subject: [PATCH] chore: fix typo in ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e17dd1e..5987fc7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: concurrency: release environment: name: pypi - url: https://pypi.org/p/frame-semantic-transformer + url: https://pypi.org/p/linear-relational steps: - uses: actions/checkout@v4 with: