Skip to content

Commit

Permalink
Merge pull request #462 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
CI: attest-build-provenance: fix a subject-path issue
  • Loading branch information
AkihiroSuda committed Aug 17, 2024
2 parents 59c089c + 3c35024 commit b160eea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
- uses: actions/attest-build-provenance@v1
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
with:
subject-path: /tmp/artifact/* /tmp/SHA256SUMS
subject-path: |
/tmp/artifact/*
/tmp/SHA256SUMS
- name: "Create release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "2.3.0+dev"
const Version = "2.3.1+dev"

0 comments on commit b160eea

Please sign in to comment.