Skip to content

Bump github.com/go-rel/sql from 0.16.0 to 0.17.0 (#69) #14

Bump github.com/go-rel/sql from 0.16.0 to 0.17.0 (#69)

Bump github.com/go-rel/sql from 0.16.0 to 0.17.0 (#69) #14

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
goreleaser:
runs-on: ubuntu-latest
if: github.repository == 'go-rel/mysql'
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}