From 848ebabb67e54f5a2269a4c5c27e0797b3db51fe Mon Sep 17 00:00:00 2001 From: jclark Date: Tue, 25 Jun 2024 17:19:19 +0100 Subject: [PATCH] enable automated pre-releases --- .github/workflows/ci.yaml | 3 +-- .github/workflows/publish.yaml | 2 +- README.md | 3 --- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 49d92a5f1..84e50be39 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,8 +42,7 @@ jobs: matrix: node-version: [18.17.1] - #if: github.event.pull_request.draft == false - if: false + if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8f77e0b34..1cfb9986d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -32,4 +32,4 @@ jobs: SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }} # deprecate any outstanding @next builds, if any - # - run: pnpm next:deprecate + - run: pnpm next:deprecate diff --git a/README.md b/README.md index 5d6a99ac8..4052d2152 100644 --- a/README.md +++ b/README.md @@ -256,9 +256,6 @@ release. ## Pre-releases -**NOTE: pre-release automation is currently DISABLED until support is activated -in Lightning** - Pre-release builds for adaptors are availabe with the `@next` tag. These can be used in the CLI and Lightning and are generally available on `npm` (but because they're not flagged as `latest`, they won't be downloaded by default).