Skip to content

Merge pull request #28 from nothub/dependabot/go_modules/github.com/g… #75

Merge pull request #28 from nothub/dependabot/go_modules/github.com/g…

Merge pull request #28 from nothub/dependabot/go_modules/github.com/g… #75

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/*'