From 9b3ad165053a3f9354c3df553166bc44c39c039d Mon Sep 17 00:00:00 2001 From: BJ Vicks Date: Wed, 4 Oct 2023 13:56:02 -0700 Subject: [PATCH] add github release workflow --- .github/workflows/on-create-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-create-release.yml b/.github/workflows/on-create-release.yml index 7a69a14..222bfc5 100644 --- a/.github/workflows/on-create-release.yml +++ b/.github/workflows/on-create-release.yml @@ -15,9 +15,9 @@ jobs: uses: actions/checkout@v4 - name: Set up PNPM - - uses: pnpm/action-setup@v2 - with: - version: 8 + uses: pnpm/action-setup@v2 + with: + version: 8 - name: Set up Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3