Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Vacchi <[email protected]>
  • Loading branch information
evacchi committed Mar 7, 2024
1 parent e56faa1 commit 9205b14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
fi
shell: bash

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Make artifacts (test)
if: github.event_name != 'push' || !contains(github.ref, 'refs/tags/')
run: | # On the fork PRs, our org secret is not visible. We unset the required env so that `make dist` uses default self-signed cert.
Expand Down

0 comments on commit 9205b14

Please sign in to comment.