Skip to content

chore(ci): bump go-semantic-release/action from 1.21 to 1.23 (#58) #43

chore(ci): bump go-semantic-release/action from 1.21 to 1.23 (#58)

chore(ci): bump go-semantic-release/action from 1.21 to 1.23 (#58) #43

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