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 ede07bf commit bfe5718Copy full SHA for bfe5718
.github/workflows/release_prepare.yml
@@ -42,6 +42,8 @@ jobs:
42
OLD_VERSION=$(echo "$LATEST_RELEASE" | jq -r .tag)
43
echo "old_version=$OLD_VERSION" >> $GITHUB_OUTPUT
44
prepare-changes:
45
+ # Only run this part once when the release branch is created
46
+ if: github.event.created
47
needs: fetch-versions
48
runs-on: ubuntu-latest
49
steps:
0 commit comments