diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4afade4..ac6a784 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,5 +21,6 @@ jobs: files: | README.md action.yml + package.json ./out/action.js GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/action.yml b/action.yml index 6a65a6e..cecc6c6 100644 --- a/action.yml +++ b/action.yml @@ -15,10 +15,6 @@ inputs: description: 'Tenderly credentials' required: true -outputs: - time: - description: The time we greeted you - runs: using: node20 main: out/action.js \ No newline at end of file