diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 00000000..cac4337a --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,15 @@ +name: release +on: + push: + branches: + - main + pull_request: + types: + - labeled + +jobs: + release: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: haya14busa/action-bumpr@v1