Commit 9d2c3549 authored by Ben Wilson's avatar Ben Wilson

Fixed proxyd release github workflow

parent d59341a2
...@@ -170,7 +170,7 @@ jobs: ...@@ -170,7 +170,7 @@ jobs:
name: Publish proxyd Version ${{ needs.release.outputs.proxyd }} name: Publish proxyd Version ${{ needs.release.outputs.proxyd }}
needs: release needs: release
if: needs.release.outputs.proxyd != '' if: needs.release.outputs.proxyd != ''
runs-on: ubuntu:latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment