Commit ceae07b
authored
fix: set version script (#2724)
## Description
https://github.com/defenseunicorns/pepr/actions/runs/18715887653/job/53376421615#step:7:697
It is trying to do a slsa publish with the 0.0.0-development version,
the problem is the job below needs to tag. Hopefully this will create
the correct rtag
```yaml
slsa: # This is where the slsa tarball is built for publish-package step
permissions:
id-token: write
actions: read
contents: read
needs: [build-and-release]
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
run-scripts: "set-version, ci, build"
secrets: inherit
```
## Related Issue
Fixes #
<!-- or -->
Relates to #
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)
## Checklist before merging
- [ ] Unit, Integration, [docs](https://github.com/defenseunicorns/pepr/tree/main/docs), [adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or updated as needed
- [ ] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed
Signed-off-by: Case Wylie <[email protected]>1 parent 5d83b69 commit ceae07b
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments