From 8a78a4af7bb0eb68dcdb1f80afd8b2a5f2321bbf Mon Sep 17 00:00:00 2001 From: Nhan Phan Date: Fri, 13 Sep 2024 00:31:56 -0700 Subject: [PATCH] don't timport core --- .github/workflows/deploy-program.yml | 1 - 1 file changed, 1 deletion(-) 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";