Skip to content

Commit 3f93b55

Browse files
committed
Ensure CI builds before trying to publish
1 parent ba4c84d commit 3f93b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
name: Publish a release
5050
runs-on: "ubuntu-18.04"
5151
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
52+
needs: build
5253
steps:
5354
- name: Get our distributables
5455
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)