We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfacc4 commit b25b67aCopy full SHA for b25b67a
.circleci/config.yml
@@ -75,7 +75,7 @@ workflows:
75
context: platform-eng
76
filters:
77
branches:
78
- only: pbm-build-release # TODO: Change to master
+ only: master
79
80
test_build_push:
81
jobs:
@@ -103,6 +103,7 @@ workflows:
103
104
requires:
105
- test
106
+ - build
107
108
tags:
109
only:
release-it.yml
@@ -1,3 +1,5 @@
1
---
2
github:
3
- release: true
+ release: true
4
+ preRelease: true
5
+ assets: "bin/pbm"
0 commit comments