Skip to content

Commit

Permalink
Update release.yml (#771)
Browse files Browse the repository at this point in the history
* Update release.yml

* change npm install to npm ci

Co-authored-by: Johan Stokking <[email protected]>

---------

Co-authored-by: Johan Stokking <[email protected]>
  • Loading branch information
LDannijs and johanstokking authored Apr 5, 2024
1 parent 7e5c8f5 commit e6b0b95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: |
cd website/
make go.deps
- name: Install Node.js dependencies
run: npm ci
- name: Build content
run: |
cd website/
Expand Down Expand Up @@ -61,4 +63,4 @@ jobs:
curl -X POST ${{ secrets.AIRTABLE_DEVICES_API_ENDPOINT }} \
-H "Authorization: Bearer ${{ secrets.AIRTABLE_DEVICES_API_KEY }}" \
-H "Content-Type: text/csv" \
--data-binary "@bin/devices.csv"
--data-binary "@bin/devices.csv"

0 comments on commit e6b0b95

Please sign in to comment.