Skip to content

Commit

Permalink
Create no-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Feb 29, 2024
1 parent 992e7c8 commit e4012e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/no-release.yml
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@main
with:
bump_version_scheme: norelease

0 comments on commit e4012e5

Please sign in to comment.