Skip to content

Commit c013768

Browse files
authored
Fix secret syntax; use bool literal (#1315)
1 parent e25c646 commit c013768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
git merge --ff-only main
3434
3535
- name: Push
36-
if: ${{ env.PUBLISH_STABLE == 'True' }}
36+
if: ${{ secrets.PUBLISH_STABLE }}
3737
run: |
3838
git push origin stable

0 commit comments

Comments
 (0)