Skip to content

Commit b25b67a

Browse files
author
mrprofessor
committed
release fixes
1 parent ecfacc4 commit b25b67a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ workflows:
7575
context: platform-eng
7676
filters:
7777
branches:
78-
only: pbm-build-release # TODO: Change to master
78+
only: master
7979

8080
test_build_push:
8181
jobs:
@@ -103,6 +103,7 @@ workflows:
103103
context: platform-eng
104104
requires:
105105
- test
106+
- build
106107
filters:
107108
tags:
108109
only:

release-it.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
github:
3-
release: true
3+
release: true
4+
preRelease: true
5+
assets: "bin/pbm"

0 commit comments

Comments
 (0)