Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sleygin committed Aug 24, 2024
2 parents e272128 + 2c275b2 commit 3dec19e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Release
on:
push:
tags: [v*]
permissions:
contents: write # To create releases
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version-file: go.mod
- uses: goreleaser/[email protected]
with:
version: v1.23.0
args: release --clean
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 3dec19e

Please sign in to comment.