Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
devbv committed Aug 12, 2024
1 parent 0459021 commit 1c3e277
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Release Binaries

on:
release:
types: [ published ]
push:
# Sequence of patterns matched against refs/tags
tags:
- "v[0-9]+.[0-9]+.[0-9]+*" # Push events to matching v*, i.e. v1.0, v20.15.10, v1.2.3-hotfix, etc.

permissions:
contents: write # for goreleaser/goreleaser-action to create a GitHub release

jobs:
binary:
Expand All @@ -14,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.21

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1c3e277

Please sign in to comment.