From bbe4381e53c533aa71d324b5ecd775b257388d6c Mon Sep 17 00:00:00 2001 From: Mike Ammerlaan Date: Tue, 20 Aug 2024 10:54:24 -0700 Subject: [PATCH] fix(ci): Small syntax fix to create-release YML --- .github/workflows/create-release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 43732d97..523a86b3 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -26,15 +26,14 @@ jobs: node-version: [20] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 + - name: Using Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Prep and Command Line Build - env: - CI: "" run: | npm ci pushd app