Skip to content

Commit

Permalink
release test
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Jul 19, 2024
1 parent fbf11c5 commit 2e249e6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: sudo apt-get install -y gzip

- name: Run auto.sh script
run: ./auto.sh "${{ matrix.edition_language }}" ? ?
run: ./auto.sh "${{ matrix.edition_language }}" Spanish Chinese

- name: Generate list of .zip files
id: generate_file_list
Expand Down Expand Up @@ -178,4 +178,13 @@ jobs:
tag_name: ${{ needs.prepare.outputs.tag }}
prerelease: true
generate_release_notes: true
files: ${{ steps.generate_file_list.outputs.zip_files }}
files: ${{ steps.generate_file_list.outputs.zip_files }}

- name: Upload index.json files
uses: softprops/action-gh-release@v2
with:
name: ${{ needs.prepare.outputs.calver }}
tag_name: ${{ needs.prepare.outputs.tag }}
prerelease: true
generate_release_notes: true
files: "data/languages/**/*-index.json"

0 comments on commit 2e249e6

Please sign in to comment.