Skip to content

Commit

Permalink
Add auto-release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Jan 31, 2025
1 parent 0057d13 commit af83177
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Autorelease
on:
pull_request:
types:
- synchronize
- labeled
- unlabeled
- closed

jobs:
create-release-tag:
runs-on: ubuntu-latest
steps:
- name: Create new tag
uses: projectsyn/pr-label-tag-action@v1
with:
trigger: |
Release

0 comments on commit af83177

Please sign in to comment.