Skip to content

chore(ci): bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 (#131) #100

chore(ci): bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 (#131)

chore(ci): bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 (#131) #100

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