Skip to content

fix(deps): update module gorm.io/gorm to v1.25.6 #95

fix(deps): update module gorm.io/gorm to v1.25.6

fix(deps): update module gorm.io/gorm to v1.25.6 #95

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/ci.yml
release:
permissions:
contents: write
runs-on: ubuntu-latest
needs:
- test
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}