Skip to content

Commit

Permalink
updated goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
PerArneng committed Apr 24, 2024
1 parent c491a87 commit 781daba
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: goreleaser

on:
pull_request:
push:
# run only against tags
tags:
- 'v*'
- "v*"

permissions:
contents: write
# packages: write
# issues: write

jobs:
goreleaser:
Expand All @@ -16,7 +23,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 781daba

Please sign in to comment.