Skip to content

Commit

Permalink
Merge pull request #8 from waldiez/dev
Browse files Browse the repository at this point in the history
update gh actions
  • Loading branch information
lazToum authored Oct 23, 2024
2 parents b7bac37 + 446d5a2 commit 121b524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Release
uses: go-semantic-release/action@v1
id: semrel
Expand Down

0 comments on commit 121b524

Please sign in to comment.