Skip to content

Commit 11f1da0

Browse files
author
SynTaek
committed
fix: remove environment field from publish workflow to avoid validation error
1 parent 8fbcb30 commit 11f1da0

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ jobs:
6565
- build
6666
runs-on: ubuntu-latest
6767

68-
environment:
69-
name: testpypi
70-
url: https://test.pypi.org/p/code-trajectory-mcp
71-
68+
7269
steps:
7370
- name: Download all the dists
7471
uses: actions/download-artifact@v4
@@ -92,10 +89,7 @@ jobs:
9289
- build
9390
runs-on: ubuntu-latest
9491

95-
environment:
96-
name: pypi
97-
url: https://pypi.org/p/code-trajectory-mcp
98-
92+
9993
steps:
10094
- name: Download all the dists
10195
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)