Skip to content

Instantly share code, notes, and snippets.

@Ajithkumarparthasarathy
Last active December 28, 2022 11:32
Show Gist options
  • Save Ajithkumarparthasarathy/8e265b5f927fc4514dca051485ba4c29 to your computer and use it in GitHub Desktop.
Save Ajithkumarparthasarathy/8e265b5f927fc4514dca051485ba4c29 to your computer and use it in GitHub Desktop.
on:
push:
branches:
- main
jobs:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: Ajithkumarparthasarathy/automate-release-action@main
with:
bump_version_scheme: minor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment