Skip to content

Commit

Permalink
Merge pull request #4 from namib-project/release-please
Browse files Browse the repository at this point in the history
ci: add release-please workflow
  • Loading branch information
JKRhb authored May 20, 2024
2 parents f57b0bf + 40483b0 commit eb37f10
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: release-please

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: dart

0 comments on commit eb37f10

Please sign in to comment.