Skip to content

Commit

Permalink
fix(ci): Small syntax fix to create-release YML
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed Aug 20, 2024
1 parent 410be49 commit bbe4381
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbe4381

Please sign in to comment.