Skip to content

Commit

Permalink
ci: add release-please and rename workflows (#212)
Browse files Browse the repository at this point in the history
* ci: add release-please

* fixup
  • Loading branch information
dionysuzx authored May 21, 2024
1 parent e58c082 commit e130557
Show file tree
Hide file tree
Showing 2 changed files 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: simple
File renamed without changes.

0 comments on commit e130557

Please sign in to comment.