Skip to content

Commit

Permalink
fix github action (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Hirokuni-Kitahara1 <[email protected]>

Signed-off-by: Hirokuni-Kitahara1 <[email protected]>
  • Loading branch information
hirokuni-kitahara authored Nov 15, 2022
1 parent e973188 commit bda2106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/release.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/slsa-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
contents: write # To upload assets to release.
actions: read # To read the workflow path.
needs: args
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].1
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].2
with:
config-file: .slsa-goreleaser-linux-amd64.yml
go-version: 1.18
Expand All @@ -49,7 +49,7 @@ jobs:
contents: write # To upload assets to release.
actions: read # To read the workflow path.
needs: args
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].1
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].2
with:
config-file: .slsa-goreleaser-darwin-amd64.yml
go-version: 1.18
Expand All @@ -61,7 +61,7 @@ jobs:
contents: write # To upload assets to release.
actions: read # To read the workflow path.
needs: args
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].1
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].2
with:
config-file: .slsa-goreleaser-windows-amd64.yml
go-version: 1.18
Expand Down

0 comments on commit bda2106

Please sign in to comment.