Skip to content

Commit

Permalink
Specify secrets env var (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinShalit committed Apr 10, 2021
1 parent c013768 commit e1ef0db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
git merge --ff-only main
- name: Push
if: ${{ secrets.PUBLISH_STABLE }}
if: env.PUBLISH_STABLE == 'true'
env:
PUBLISH_STABLE: ${{ secrets.PUBLISH_STABLE }}
run: |
git push origin stable

0 comments on commit e1ef0db

Please sign in to comment.