We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25c646 commit c013768Copy full SHA for c013768
.github/workflows/publish_stable.yml
@@ -33,6 +33,6 @@ jobs:
33
git merge --ff-only main
34
35
- name: Push
36
- if: ${{ env.PUBLISH_STABLE == 'True' }}
+ if: ${{ secrets.PUBLISH_STABLE }}
37
run: |
38
git push origin stable
0 commit comments