Skip to content

ci: bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#209) #304

ci: bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#209)

ci: bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#209) #304

name: Run semantic-release
on:
pull_request:
push:
branches:
- main
jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run go-semantic-release
id: semrel
uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}
allow-initial-development-versions: true
if: ${{ github.ref == 'refs/heads/main' }}