Skip to content

Commit

Permalink
chore(ci): use shared action workflow (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Feb 19, 2024
1 parent 142adfc commit e39237e
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@

name: Run semantic-release

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

jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Unshallow Clone
run: git fetch --prune --unshallow

- name: Run go-semantic-release
id: semrel
uses: go-semantic-release/[email protected]
with:
github-token: ${{ secrets.GH_PAT_TOKEN }}
allow-initial-deployment-versions: true
uses: radiorabe/actions/.github/workflows/[email protected]
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 comments on commit e39237e

Please sign in to comment.