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 5ec724a commit 80b5a85
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/do-the-release-thing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
- uses: actions/checkout@v4
with:
ref: hub
sparse-checkout: |
.
./.
update.py
info.json
- name: Scala to JS
# run: ./mill js.fullLinkJS
run: touch main.js
Expand All @@ -48,12 +43,6 @@ jobs:
run: |
mkdir ${{steps.tagName.outputs.tag}}
mv main.js ${{steps.tagName.outputs.tag}}/${{steps.tagName.outputs.tag}}.js
- name: Update the releases file
run: |
python update.py info.json ${{steps.tagName.outputs.tag}}
- uses: stefanzweifel/git-auto-commit-action@v5

0 comments on commit 80b5a85

Please sign in to comment.