Skip to content

Commit 37cf423

Browse files
committed
feat: remove commented-out code for release creation in workflow
1 parent e4de7a0 commit 37cf423

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,6 @@ jobs:
3838
# run: |
3939
# npm run build
4040

41-
# - name: Create Release
42-
# env:
43-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
45-
# run: |
46-
# npx auto shipit --dry-run > output.txt 2>&1
47-
48-
# # Print the raw output for inspection
49-
# echo "Raw output:"
50-
# cat output.txt
51-
52-
# # Print each line with line numbers and special characters visible
53-
# echo "Output with special characters visible:"
54-
# cat -A output.txt
55-
5641
- name: Check for version bump
5742
id: check
5843
env:

0 commit comments

Comments
 (0)