We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9209d77 commit 5a93e31Copy full SHA for 5a93e31
.github/workflows/build-c-libraries.yml
@@ -135,6 +135,7 @@ jobs:
135
chiavdfc-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}.zip
136
137
- uses: Chia-Network/actions/github/jwt@main
138
+ if: env.RELEASE == 'true'
139
140
- name: Notify new build
141
if: env.RELEASE == 'true'
.github/workflows/hw-build.yml
@@ -104,6 +104,7 @@ jobs:
104
dist/${{ env.DEB_NAME }}
105
106
107
108
109
- name: Trigger repo update
110
0 commit comments