Skip to content

Commit

Permalink
remove cache from action
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 16, 2024
1 parent 35c2e3f commit 815d4e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20.x"
cache: yarn
- run: yarn install --immutable
- run: yarn publish
env:
Expand Down

0 comments on commit 815d4e4

Please sign in to comment.