Skip to content

Commit

Permalink
feat: version bump & sha hashes included in compress format
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Jul 27, 2024
1 parent 3aa6ef8 commit 1331b3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,13 @@ jobs:
- name: Build JSON Schema
run: |
poetry run python jsonSchemas/main.py
- name: Compress Sha256 Hashes to Zip & Tar
run: |
zip -r dist/shas.zip dist/shas
tar -czvf dist/shas.tar.gz dist/shas
- name: Generate A Release
uses: softprops/action-gh-release@v2
with:
files: |
dist/*.json
dist/*.json
dist/shas.{zip,tar.gz}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jsonSchemas"
version = "0.1.1"
version = "0.1.2"
description = "A ConfigSchema Generator for TeaClient"
authors = ["eveeifyeve <[email protected]>"]
license = "BSD-3"
Expand Down

0 comments on commit 1331b3b

Please sign in to comment.