diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 31194a7c7..41d4f8c7f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: git fetch origin main git merge-base --is-ancestor ${GITHUB_REF##*/} origin/main && echo "${GITHUB_REF##*/} is a commit on main!" - - name: Check static anaylysis, unit, and integration test results + - name: Check static analysis, unit, and integration test results uses: fountainhead/action-wait-for-check@v1.0.0 id: sa-unit-int with: diff --git a/Makefile b/Makefile index 0a0d05c23..c935c3cbc 100644 --- a/Makefile +++ b/Makefile @@ -240,7 +240,6 @@ changelog-release: -t ${GITHUB_TOKEN} \ --no-pr-wo-labels \ --no-issues-wo-labels \ - --unreleased-only \ --since-tag $(SECOND_TO_LAST_TAG) \ --due-tag $(VERSION)