Skip to content

Commit

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

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
- release/*

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.6
semantic-release:
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 6f4c064

Please sign in to comment.