chore: bump version to 1.0.2 and build action

This commit is contained in:
github-actions[bot]
2025-08-15 03:30:55 +00:00
parent 5cf3629bc8
commit 1929932ace
2 changed files with 2 additions and 2 deletions

2
dist/utils.js vendored
View File

@@ -29,7 +29,7 @@ export function getInputs() {
const pypiPackages = core.getInput('pypi-packages'); const pypiPackages = core.getInput('pypi-packages');
const powershellModules = core.getInput('powershell-modules'); const powershellModules = core.getInput('powershell-modules');
const jsonOutputPath = core.getInput('json-output-path'); const jsonOutputPath = core.getInput('json-output-path');
const updateReadme = core.getBooleanInput('update-readme'); const updateReadme = core.getInput('update-readme').toLowerCase() === 'true';
const commitMessage = core.getInput('commit-message'); const commitMessage = core.getInput('commit-message');
const readmePath = core.getInput('readme-path'); const readmePath = core.getInput('readme-path');
return { return {

View File

@@ -1,6 +1,6 @@
{ {
"name": "usage-statistics", "name": "usage-statistics",
"version": "1.0.1", "version": "1.0.2",
"type": "module", "type": "module",
"description": "A comprehensive GitHub Action for tracking download statistics across multiple platforms", "description": "A comprehensive GitHub Action for tracking download statistics across multiple platforms",
"repository": { "repository": {