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 ef04be6 commit ede07bfCopy full SHA for ede07bf
.github/workflows/release_prepare.yml
@@ -9,7 +9,7 @@ env:
9
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10
jobs:
11
fetch-versions:
12
- if: github.event.created && github.repository == 'zenml-io/zenml'
+ if: github.repository == 'zenml-io/zenml'
13
runs-on: ubuntu-latest
14
outputs:
15
old_version: ${{ steps.old-version.outputs.old_version }}
0 commit comments