mirror of
https://github.com/ddworken/hishtory.git
synced 2025-03-15 15:58:22 +01:00
Maybe this works since this is the commit associated with the tag?:
This commit is contained in:
parent
44beb99de5
commit
17b569756a
6
.github/workflows/slsa-releaser.yml
vendored
6
.github/workflows/slsa-releaser.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
id-token: write
|
||||
contents: write
|
||||
needs: args
|
||||
uses: slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml@v0.0.1
|
||||
uses: slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml@635178ac70b01fe057b014fe7ee9167e08f14c22
|
||||
with:
|
||||
config-file: .slsa-goreleaser-linux-amd64.yml
|
||||
go-version: 1.17
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
needs:
|
||||
- args
|
||||
- build-linux-amd64
|
||||
uses: slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml@v0.0.1
|
||||
uses: slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml@635178ac70b01fe057b014fe7ee9167e08f14c22
|
||||
with:
|
||||
config-file: .slsa-goreleaser-darwin-amd64.yml
|
||||
go-version: 1.17
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
- args
|
||||
- build-linux-amd64
|
||||
- build-darwin-amd64
|
||||
uses: slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml@v0.0.1
|
||||
uses: slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml@635178ac70b01fe057b014fe7ee9167e08f14c22
|
||||
with:
|
||||
config-file: .slsa-goreleaser-darwin-arm64.yml
|
||||
go-version: 1.17
|
||||
|
Loading…
Reference in New Issue
Block a user