Skip to content

fix(tools)!: upgreade sgcloudsqlproxy to 2.3.0 (breaking change) #420

fix(tools)!: upgreade sgcloudsqlproxy to 2.3.0 (breaking change)

fix(tools)!: upgreade sgcloudsqlproxy to 2.3.0 (breaking change) #420

Workflow file for this run

name: Release
on:
push:
branches: [master]
permissions: write-all
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Sage
uses: ./actions/setup
- name: Make
run: make
- name: Release
uses: go-semantic-release/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allow-initial-development-versions: true