diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5098cd549..a8f7868d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: env: - SIGN_PIPE_VER: "v0.0.13" + SIGN_PIPE_VER: "v0.0.14" GORELEASER_VER: "v1.14.1" PRODUCT_NAME: "NetBird" COPYRIGHT: "Wiretrustee UG (haftungsbeschreankt)" @@ -231,29 +231,15 @@ jobs: path: dist/ retention-days: 3 - trigger_windows_signer: + trigger_signer: runs-on: ubuntu-latest - needs: [release,release_ui] + needs: [release,release_ui,release_ui_darwin] if: startsWith(github.ref, 'refs/tags/') steps: - - name: Trigger Windows binaries sign pipeline + - name: Trigger binaries sign pipelines uses: benc-uk/workflow-dispatch@v1 with: - workflow: Sign windows bin and installer - repo: netbirdio/sign-pipelines - ref: ${{ env.SIGN_PIPE_VER }} - token: ${{ secrets.SIGN_GITHUB_TOKEN }} - inputs: '{ "tag": "${{ github.ref }}" }' - - trigger_darwin_signer: - runs-on: ubuntu-latest - needs: [release,release_ui_darwin] - if: startsWith(github.ref, 'refs/tags/') - steps: - - name: Trigger Darwin App binaries sign pipeline - uses: benc-uk/workflow-dispatch@v1 - with: - workflow: Sign darwin ui app with dispatch + workflow: Sign bin and installer repo: netbirdio/sign-pipelines ref: ${{ env.SIGN_PIPE_VER }} token: ${{ secrets.SIGN_GITHUB_TOKEN }}