summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAsko Nomm <asko@bien.ee>2022-02-26 21:35:56 +0100
committerAsko Nomm <asko@bien.ee>2022-02-26 21:35:56 +0100
commit7cdfdc038778e7df7824f17a2c184d5bc5f08bcc (patch)
tree94f555802191dd0922a848592b1583f69214ff0b /.github/workflows
parent3d33f0053d73ad73aa2e9d84d924b2573905e541 (diff)
bump
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b8abaf3..88c2b65 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
build-zip:
runs-on: ubuntu-latest
- depends-on: [run-tests]
+ needs: [run-tests]
steps:
- name: Checkout
uses: actions/checkout@v2