Skip to content

Commit

Permalink
Adjust workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kosegi <[email protected]>
  • Loading branch information
rkosegi committed Oct 26, 2024
1 parent 86083d2 commit e48e3d4
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -28,3 +28,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
2 changes: 2 additions & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
go-version: '1.23'

- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: pre-commit/[email protected]

- name: Build
Expand Down

0 comments on commit e48e3d4

Please sign in to comment.