Skip to content

Commit 14d575c

Browse files
authored
Merge pull request #44 from numary/1.0.0-beta.3
1.0.0 beta.3
2 parents e3e8867 + d66c5b3 commit 14d575c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/.goreleaser.default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ brews:
9898
name: numary
9999
folder: Formula
100100
homepage: https://numary.com
101-
skip_upload: auto
101+
skip_upload: false
102102
test: |
103103
system "#{bin}/numary version"
104104
install: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
readme-oas-key: ${{ secrets.README_OAS_KEY }}
1616
oas-file-path: './spec/http.yml'
17-
api-version: 'v1.0.0' # TODO : Use Release Version
17+
api-version: 'v1.0-beta' # TODO : Use Release Version
1818
build_control:
1919
name: 'Build Control'
2020
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)