diff --git a/.github/workflows/deploy-program.yml b/.github/workflows/deploy-program.yml index 2fa0b2d..eac1a33 100644 --- a/.github/workflows/deploy-program.yml +++ b/.github/workflows/deploy-program.yml @@ -163,7 +163,6 @@ jobs: if: needs.check_tag.outputs.type == 'release' with: script: | - const core = require('@actions/core'); const tag = "${{ inputs.git_ref }}"; const assetName = "${{ env.PROGRAM_NAME }}.so";