Skip to content

chore(ci): bump docker/metadata-action from 4 to 5 (#56) #42

chore(ci): bump docker/metadata-action from 4 to 5 (#56)

chore(ci): bump docker/metadata-action from 4 to 5 (#56) #42

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
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/[email protected]
with:
github-token: ${{ secrets.PAT }}
allow-initial-development-versions: true