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 9de7640 commit f8e5bb8Copy full SHA for f8e5bb8
.github/workflows/release.yml
@@ -43,6 +43,7 @@ jobs:
43
echo ENABLE_RELEASE_PIPELINE=true >> $GITHUB_ENV
44
elif [[ $GITHUB_REF == refs/heads/main ]]; then
45
echo TAG=snapshot >> $GITHUB_ENV
46
+ echo ENABLE_RELEASE_PIPELINE=true >> $GITHUB_ENV
47
fi
48
49
- name: Release
0 commit comments