Skip to content

Commit 2d436d7

Browse files
committed
Debug publishing
1 parent c5b1a3d commit 2d436d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,10 @@ jobs:
695695
run: .github/workflows/moveArtifacts.sh
696696
shell: bash
697697

698+
# Make sure yarn publishes all files!
699+
- name: Remove .gitignore in @rescript/runtime
700+
run: rm packages/@rescript/runtime/.gitignore
701+
698702
- name: Publish packages on npm with tag "ci"
699703
env:
700704
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)