We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6587485 commit e6ef4c8Copy full SHA for e6ef4c8
1 file changed
.github/workflows/prepare-release-branch.yml
@@ -16,11 +16,6 @@ jobs:
16
env:
17
PRERELEASE_VERSION: ${{ github.event.inputs.prerelease_version }}
18
run: |
19
- if [[ $GITHUB_REF_NAME != main ]]; then
20
- echo this workflow should only be run against main
21
- exit 1
22
- fi
23
-
24
if ! grep --quiet "^## Unreleased$" CHANGELOG.md; then
25
echo the change log is missing an \"Unreleased\" section
26
exit 1
0 commit comments