We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3e8867 + d66c5b3 commit 14d575cCopy full SHA for 14d575c
.github/.goreleaser.default.yml
@@ -98,7 +98,7 @@ brews:
98
name: numary
99
folder: Formula
100
homepage: https://numary.com
101
- skip_upload: auto
+ skip_upload: false
102
test: |
103
system "#{bin}/numary version"
104
install: |
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
readme-oas-key: ${{ secrets.README_OAS_KEY }}
16
oas-file-path: './spec/http.yml'
17
- api-version: 'v1.0.0' # TODO : Use Release Version
+ api-version: 'v1.0-beta' # TODO : Use Release Version
18
build_control:
19
name: 'Build Control'
20
runs-on: ubuntu-latest
0 commit comments