Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

chore(ci): bump docker/metadata-action from 5.5.0 to 5.5.1 (#21) #18

chore(ci): bump docker/metadata-action from 5.5.0 to 5.5.1 (#21)

chore(ci): bump docker/metadata-action from 5.5.0 to 5.5.1 (#21) #18

# 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:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run go-semantic-release
id: semrel
uses: go-semantic-release/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allow-initial-development-versions: true