Skip to content

Commit

Permalink
Merge pull request #908 from netbirdio/fix/github_release_dependency_…
Browse files Browse the repository at this point in the history
…for_darwin

Fix github release dependeny for MacOS
  • Loading branch information
pascal-fischer authored May 26, 2023
2 parents 7f454f9 + 2a45833 commit a949c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
SIGN_PIPE_VER: "v0.0.7"
SIGN_PIPE_VER: "v0.0.8"
GORELEASER_VER: "v1.14.1"

concurrency:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

trigger_darwin_signer:
runs-on: ubuntu-latest
needs: release_ui_darwin
needs: [release,release_ui_darwin]
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Trigger Darwin App binaries sign pipeline
Expand Down

0 comments on commit a949c39

Please sign in to comment.