Skip to content

Commit

Permalink
Create release-structural-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Feb 29, 2024
1 parent 9260286 commit 36954f4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-structural-changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
tags: [ 'v*' ]

workflow_dispatch:

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: minor

0 comments on commit 36954f4

Please sign in to comment.