Skip to content

Commit

Permalink
ci: fix wrong extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Jan 13, 2024
1 parent 402e2ff commit a804015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
if [ -f base-package-size.txt ]; then
echo "Getting package size from cache"
package_size=$(<base-package-size.txt.txt)
package_size=$(<base-package-size.txt)
else
echo "Package size not available in the cache"
package_size=$(npm publish --dry-run 2>&1 | grep "unpacked size" | awk '{print $5 $6}')
Expand Down

0 comments on commit a804015

Please sign in to comment.