Skip to content

Commit

Permalink
release wf
Browse files Browse the repository at this point in the history
  • Loading branch information
lineville committed Dec 7, 2023
1 parent 475e0fd commit e02d2ed
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 🚀 Release

on:
workflow_dispatch:
release:
types: [created]

permissions: read-all

jobs:
build:
permissions:
id-token: write
contents: write
actions: read
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
go-version: 1.17
7 changes: 7 additions & 0 deletions .slsa-goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 1

goos: linux

goarch: amd64

binary: utr-cli-{{ .Os }}-{{ .Arch }}

0 comments on commit e02d2ed

Please sign in to comment.