Commit d81f30e 1 parent 6598af1 commit d81f30e Copy full SHA for d81f30e
File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 13
13
- uses : ' actions/checkout@v4'
14
14
with :
15
15
fetch-depth : 0
16
- - uses : earthly/actions-setup@v1
17
- with :
18
- github-token : ${{ inputs.token }}
19
- version : " latest"
20
- use-cache : true
21
16
- name : Setup Env
22
17
uses : ./.github/actions/env
23
18
with :
35
30
GITHUB_TOKEN: ${{ secrets.NUMARY_GITHUB_TOKEN }}
36
31
SPEAKEASY_API_KEY: ${{ secrets.SPEAKEASY_API_KEY }}
37
32
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
38
- GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
39
- - name : Add the OpenAPI file to the release assets
40
- run : >
41
- gh release upload ${{github.ref_name}} ./openapi.yaml#openapi.yaml
42
- env :
43
- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
+ GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ builds:
42
42
43
43
release :
44
44
prerelease : auto
45
+ extra_files :
46
+ - glob : openapi.yaml
45
47
footer : |
46
48
## What to do next?
47
49
- Read the [documentation](https://docs.formance.com/)
You can’t perform that action at this time.
0 commit comments