Skip to content

docs: update webhook example to use async/await (#92) #24

docs: update webhook example to use async/await (#92)

docs: update webhook example to use async/await (#92) #24

name: Release on Push
on:
push:
branches:
- main
- v1.x
jobs:
release_on_push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/[email protected]
with:
bump_version_scheme: norelease
use_github_release_notes: true