Skip to content

Merge pull request #15 from AlexPresso/per_event_role_ping #3

Merge pull request #15 from AlexPresso/per_event_role_ping

Merge pull request #15 from AlexPresso/per_event_role_ping #3

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Create Release
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
steps:
- id: release
uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor