Skip to content

Commit

Permalink
fix(ci): wrong file name instead of yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
theaungmyatmoe committed Nov 6, 2023
1 parent ff34928 commit b59ca88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
node-version: 20
cache: pnpm
cache-dependency-path: '**/pnpm-lock.json'
cache-dependency-path: '**/pnpm-lock.yaml'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit b59ca88

Please sign in to comment.