Skip to content

Commit

Permalink
GitHub action to create release
Browse files Browse the repository at this point in the history
Triggered on push to main
  • Loading branch information
VasudhaJha authored Jan 24, 2022
1 parent 68511aa commit ab37cb0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Create Release on commit/merge to main

on:
push:
branches:
- main

jobs:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: patch

0 comments on commit ab37cb0

Please sign in to comment.