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 721668e commit d13d5be
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/do-the-release-thing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
# java-version: "17"
# distribution: "adopt"

- uses: actions/checkout@v4
with:
ref: hub
sparse-checkout: |
info.json
update.py
sparse-checkout-cone-mode: false

- name: Scala to JS
# run: ./mill js.fullLinkJS
run: touch main.js
Expand All @@ -38,15 +46,10 @@ jobs:

- name: Rename JS File to Release Name
run: |
mkdir ${{steps.tagName.outputs.tag}}
mv main.js ${{steps.tagName.outputs.tag}}/${{steps.tagName.outputs.tag}}.js
- uses: actions/checkout@v4
with:
ref: hub
sparse-checkout: |
info.json
update.py
sparse-checkout-cone-mode: false
- name: Update the releases file
run: |
Expand Down

0 comments on commit d13d5be

Please sign in to comment.