Skip to content

Commit

Permalink
chore(ci): Auto-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Distractic committed Jun 15, 2024
1 parent 7c1a1d1 commit f6fc064
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

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}

steps:
- uses: google-github-actions/release-please-action@v4

0 comments on commit f6fc064

Please sign in to comment.