We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3651e7 commit 8d4e497Copy full SHA for 8d4e497
.github/workflows/release-binary.yml
@@ -1,5 +1,8 @@
1
name: Release Binaries
2
3
+permissions:
4
+ contents: write
5
+
6
on:
7
release:
8
types: [ published ]
@@ -28,3 +31,5 @@ jobs:
28
31
workdir: ${{ env.working-directory }}
29
32
version: 1.13.0
30
33
args: release --rm-dist
34
+ env:
35
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
.goreleaser.yml
@@ -0,0 +1,9 @@
+project_name: supernova
+builds:
+ - main: ./cmd
+ goos:
+ - linux
+ - darwin
+ goarch:
+ - amd64
9
+ - arm64
0 commit comments