Skip to content

Commit

Permalink
Merge pull request #4 from abikouo/auto_release_v1
Browse files Browse the repository at this point in the history
auto release on issue creation
  • Loading branch information
abikouo committed May 9, 2023
2 parents a624251 + 4354b06 commit 9558bb5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Release

concurrency:
group: '${{ github.workflow }} @ ${{ github.sha }}'
cancel-in-progress: true

on:
issues:
types:
- reopened
- labeled
- unlabeled
- opened
- edited
- closed

jobs:
release:
uses: abikouo/github_actions/.github/workflows/release.yml@release_v1

0 comments on commit 9558bb5

Please sign in to comment.