Skip to content

Commit

Permalink
feat: add semrel (and create release)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxthier committed Sep 16, 2024
1 parent be7bf5f commit 789a653
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/semrel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# runs on each push to main and is responsible for creating new tags/releases
name: Create Semantic Release

on:
push:
branches:
- main

jobs:
semantic-release:
uses: adfinis/github-workflows-bareos/blob/main/.github/workflows/ansible-role.yaml@main
secrets:
ADFINISBOT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 789a653

Please sign in to comment.