We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c013768 commit e1ef0dbCopy full SHA for e1ef0db
1 file changed
.github/workflows/publish_stable.yml
@@ -33,6 +33,8 @@ jobs:
33
git merge --ff-only main
34
35
- name: Push
36
- if: ${{ secrets.PUBLISH_STABLE }}
+ if: env.PUBLISH_STABLE == 'true'
37
+ env:
38
+ PUBLISH_STABLE: ${{ secrets.PUBLISH_STABLE }}
39
run: |
40
git push origin stable
0 commit comments