We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4de7a0 commit 37cf423Copy full SHA for 37cf423
1 file changed
.github/workflows/release.yml
@@ -38,21 +38,6 @@ jobs:
38
# run: |
39
# npm run build
40
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
56
- name: Check for version bump
57
id: check
58
env:
0 commit comments