Skip to content

chore(ci): bump golangci/golangci-lint-action from 3.7.0 to 3.7.1 (#130) #99

chore(ci): bump golangci/golangci-lint-action from 3.7.0 to 3.7.1 (#130)

chore(ci): bump golangci/golangci-lint-action from 3.7.0 to 3.7.1 (#130) #99

name: Run semantic-release
on:
push:
branches:
- master
- main
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