diff --git a/.github/workflows/push-next-release.yml b/.github/workflows/push-next-release.yml index b749c6f406b..f92ec852459 100644 --- a/.github/workflows/push-next-release.yml +++ b/.github/workflows/push-next-release.yml @@ -14,11 +14,11 @@ jobs: e2e: secrets: inherit uses: ./.github/workflows/callable-release-verification.yml - # next-release: - # needs: - # - e2e - # secrets: inherit - # uses: ./.github/workflows/callable-npm-publish-preid.yml - # with: - # preid: next - # allow-protected-preid: true + next-release: + needs: + - e2e + secrets: inherit + uses: ./.github/workflows/callable-npm-publish-preid.yml + with: + preid: next + allow-protected-preid: true