Skip to content

Commit

Permalink
chore(ci): fix publish yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gokayform committed Dec 22, 2023
1 parent 6588182 commit a35f861
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
with:
node-version: 20

- name: Cache
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-package-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-package-
- name: Cache
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-package-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-package-
- name: Build package
run: npm run build
Expand Down

0 comments on commit a35f861

Please sign in to comment.