Skip to content

Commit b0b531d

Browse files
committed
Debug publishing
1 parent c5b1a3d commit b0b531d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ jobs:
673673
- test-installation-npm
674674
- test-installation-pnpm
675675
- test-integration-rewatch
676-
if: startsWith(github.ref, 'refs/tags/v')
676+
# if: startsWith(github.ref, 'refs/tags/v')
677677
runs-on: ubuntu-24.04-arm
678678
steps:
679679
- name: Checkout
@@ -695,6 +695,14 @@ jobs:
695695
run: .github/workflows/moveArtifacts.sh
696696
shell: bash
697697

698+
# Debug
699+
- name: Debug
700+
run: ls -lR packages/@rescript/runtime
701+
702+
# Make sure yarn publishes all files!
703+
- name: Remove .gitignore in runtime
704+
run: rm packages/@rescript/runtime/.gitignore
705+
698706
- name: Publish packages on npm with tag "ci"
699707
env:
700708
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)