Skip to content

Commit

Permalink
fix releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
4meepo committed Mar 19, 2023
1 parent 0f301a9 commit 3231dce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/go.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: goreleaser

name: Release
on:
create:
push:
# run only against tags
tags:
- v*
- '*'

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

jobs:
goreleaser:
Expand Down
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ builds:
- amd64
- arm64
- arm
- 386
- ppc64le
- s390x
- mips64
- mips64le
- riscv64
goarm:
- 6
- 7
Expand Down

0 comments on commit 3231dce

Please sign in to comment.