Skip to content

bump deps

bump deps #72

Workflow file for this run

name: '🧑‍🏭'
on: [ push ]
jobs:
release:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- run: |
make release
- uses: softprops/action-gh-release@v1
with:
body: 'Built at commit: ${{ github.sha }}'
files: 'out/*'