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 e5a9307 commit 34955faCopy full SHA for 34955fa
.github/workflows/prepare-release-branch.yml
@@ -19,10 +19,6 @@ jobs:
19
env:
20
PRERELEASE_VERSION: ${{ github.event.inputs.prerelease_version }}
21
run: |
22
- if [[ $GITHUB_REF_NAME != main ]]; then
23
- echo this workflow should only be run against main
24
- exit 1
25
- fi
26
27
if ! grep --quiet "^## Unreleased$" CHANGELOG.md; then
28
echo the change log is missing an \"Unreleased\" section
0 commit comments