Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobrauchtgit authored Apr 7, 2024
1 parent cdcc3c8 commit 1fb6571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node -e "
const fs = require('fs');
const packageJson = JSON.parse(fs.readFileSync('./package.json', 'utf-8'));
packageJson.dependencies['papa-ts'] = '0.x';
packageJson.dependencies['papa-ts'] = '0.5.2';
fs.writeFileSync('./package.json', JSON.stringify(packageJson, null, 2));
"
Expand Down

0 comments on commit 1fb6571

Please sign in to comment.