Skip to content

Commit de47fdc

Browse files
committed
fix: remove source tarball creation that was causing tar errors
1 parent cf918b2 commit de47fdc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,6 @@ jobs:
179179
run: |
180180
# Create distribution package
181181
npm pack
182-
183-
# Create additional release artifacts
184-
tar -czf mcp-console-automation-${{ steps.extract_version.outputs.version }}-src.tar.gz \
185-
--exclude=node_modules \
186-
--exclude=.git \
187-
--exclude=dist \
188-
--exclude=coverage \
189-
--exclude=*.tgz \
190-
.
191182
192183
- name: Create GitHub Release
193184
id: create_release
@@ -200,7 +191,6 @@ jobs:
200191
prerelease: ${{ contains(steps.extract_version.outputs.version, '-') }}
201192
files: |
202193
mcp-console-automation-*.tgz
203-
mcp-console-automation-${{ steps.extract_version.outputs.version }}-src.tar.gz
204194
generate_release_notes: true
205195

206196
- name: Publish to NPM

0 commit comments

Comments
 (0)