Skip to content

Commit

Permalink
don't timport core
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Sep 13, 2024
1 parent aee77d4 commit 8a78a4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8a78a4a

Please sign in to comment.