Skip to content

Commit

Permalink
test7
Browse files Browse the repository at this point in the history
  • Loading branch information
maniSbindra committed Feb 4, 2024
1 parent 1711d8a commit d645eec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@ jobs:
echo "value=$(./scripts/version-ldflags)" >> "$GITHUB_OUTPUT"
# Trusted builder.
build:
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
# env:
# GOOS: ${{ matrix.os }}
# GOARCH: ${{ matrix.arch }}
permissions:
id-token: write
contents: write
actions: read
needs: args
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected] #7f4fdb871876c23e455853d694197440c5a91506

uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected] #7f4fdb871876c23e455853d694197440c5a91506
with:
go-version: 1.19
# goos: ${{ matrix.os }}
Expand Down

0 comments on commit d645eec

Please sign in to comment.