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 0adac36 commit 38c2b27Copy full SHA for 38c2b27
.github/workflows/automation.yml
@@ -76,6 +76,8 @@ jobs:
76
77
dist:
78
runs-on: ubuntu-latest
79
+ needs: release
80
+ if: needs.release.outputs.new_release_published
81
steps:
82
- name: Checkout
83
uses: actions/checkout@v2
0 commit comments