Skip to content

Commit

Permalink
Merge pull request #14 from barrientosvctor/develop
Browse files Browse the repository at this point in the history
ci: release action
  • Loading branch information
barrientosvctor authored May 12, 2024
2 parents f8308fe + aa40ef4 commit df4c6a7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: release
run-name: Released by @${{ github.actor }}

permissions:
contents: write
pull-requests: write

on:
push:
branches:
- main

jobs:
release:
name: release
runs-on: ubuntu-20.04
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple

0 comments on commit df4c6a7

Please sign in to comment.