Skip to content

Commit

Permalink
Fix missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
kui committed Nov 4, 2023
1 parent 8de8791 commit 930576e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jobs:
run: docker compose run make zip
- name: Release
run: gh release create ${{ github.ref }} knavi.zip --notes-from-tag
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 930576e

Please sign in to comment.