From b428f6e2460f943b1f536f82f7944d8f6bb3de92 Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Thu, 20 Jun 2024 10:10:16 +0200 Subject: [PATCH] Release 1 --- .github/workflows/release.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..8600d95 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,15 @@ +name: CI +on: + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 2 + - uses: actions/setup-node@v3 + with: + node-version: 21 + - name: Publish + run: node common/scripts/install-run-rush.js publish --apply --publish --npm-auth-token {{ secrets.NPMTOKEN}}