Skip to content

Commit

Permalink
chore(ci): configure semantic releasing (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Mar 4, 2024
1 parent e10f10e commit 627b284
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Run semantic-release
name: Semantic Release

on:
push:
branches:
- main
- release/*

jobs:
semantic-release:
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@main
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.7
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 comments on commit 627b284

Please sign in to comment.