diff --git a/badges/coverage.svg b/badges/coverage.svg index 1168477..1563666 100644 --- a/badges/coverage.svg +++ b/badges/coverage.svg @@ -1 +1 @@ -Coverage: 91.85%Coverage91.85% \ No newline at end of file +Coverage: 92.27%Coverage92.27% \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 4b8f9dd..5b6457a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -7,6 +7,7 @@ var __webpack_exports__ = {}; /** * The entrypoint for the action. */ -import main from './main' +const { run } = require('./main') + +run() -main.run() diff --git a/package.json b/package.json index 72c81a5..123c20d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ioncube-encoder-action", - "description": "Github action for integrate your project encode with ioncube into your CI/CD pipeline.", - "version": "0.1.0", + "description": "Github action to automate IonCube encoding for your PHP project.", + "version": "1.0.0", "type": "module", "author": "MuriloChianfa ", "private": true,