File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -673,7 +673,7 @@ jobs:
673
673
- test-installation-npm
674
674
- test-installation-pnpm
675
675
- test-integration-rewatch
676
- if : startsWith(github.ref, 'refs/tags/v')
676
+ # if: startsWith(github.ref, 'refs/tags/v')
677
677
runs-on : ubuntu-24.04-arm
678
678
steps :
679
679
- name : Checkout
@@ -695,6 +695,14 @@ jobs:
695
695
run : .github/workflows/moveArtifacts.sh
696
696
shell : bash
697
697
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
+
698
706
- name : Publish packages on npm with tag "ci"
699
707
env :
700
708
YARN_NPM_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments