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 d13d5be commit 906ee6b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/do-the-release-thing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: hub
sparse-checkout: |
info.json
update.py
sparse-checkout: .
sparse-checkout-cone-mode: false

- name: Scala to JS
Expand All @@ -56,6 +54,4 @@ jobs:
python update.py info.json ${{steps.tagName.outputs.tag}}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: hub

0 comments on commit 906ee6b

Please sign in to comment.