Skip to content

Commit

Permalink
Merge branch 'next/release' into typescript-upgrade-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc authored Sep 19, 2023
2 parents 2a710fa + 054df96 commit 74d6124
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/push-next-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 74d6124

Please sign in to comment.