Skip to content

Commit

Permalink
ci: add release please CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Aug 7, 2024
1 parent ba6cebc commit f54cb37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Release"

on:
workflow_dispatch:
push:
branches:
- main

jobs:
github-release:
uses: ZeroGachis/.github/.github/workflows/gh-release-please.yml@v4

0 comments on commit f54cb37

Please sign in to comment.