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 2d238ec commit d726705
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/do-the-release-thing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ jobs:
- name: Rename JS File to Release Name
run: |
mv main.js ${{steps.tagName.outputs.tag}}.js
- name: Get the release json file
- uses: actions/checkout@v4
with:
ref: hub
sparse-checkout: |
info.json
sparse-checkout-cone-mode: false

- name: Update the releases file
run: |
python update_release info.json ${{steps.tagName.outputs.tag}}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit d726705

Please sign in to comment.