Skip to content

Commit c46bf05

Browse files
committed
feat: disable testing mode
1 parent 91ec988 commit c46bf05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- apple-notarize
7-
# - main
6+
- main
87
env:
98
CARGO_INCREMENTAL: 0
109
CARGO_NET_RETRY: 10
@@ -37,7 +36,7 @@ jobs:
3736
github_build:
3837
name: Build release binaries
3938
needs: release_please
40-
# if: ${{ needs.release_please.outputs.release_created == 'true' }}
39+
if: ${{ needs.release_please.outputs.release_created == 'true' }}
4140
strategy:
4241
fail-fast: false
4342
matrix:

0 commit comments

Comments
 (0)