Skip to content

chore(ci): bump github/codeql-action from 2 to 3 (#127) #97

chore(ci): bump github/codeql-action from 2 to 3 (#127)

chore(ci): bump github/codeql-action from 2 to 3 (#127) #97

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