Skip to content

Commit

Permalink
Update do-the-release-thing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 2, 2023
1 parent 906ee6b commit 5ec724a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/do-the-release-thing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
- uses: actions/checkout@v4
with:
ref: hub
sparse-checkout: .
sparse-checkout-cone-mode: false

sparse-checkout: |
.
./.
update.py
info.json
- name: Scala to JS
# run: ./mill js.fullLinkJS
run: touch main.js
Expand Down

0 comments on commit 5ec724a

Please sign in to comment.