Skip to content

Commit 1a6811e

Browse files
authored
ci: removed exec duplicate declaration
1 parent dc0ca23 commit 1a6811e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cd.yml

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ jobs:
103103
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
104104
with:
105105
script: |
106-
const exec = require('@actions/exec');
107106
const pkg = JSON.parse(fs.readFileSync('package.json', 'utf8'));
108107
const pushArgs = [
109108
'trunk', 'push', '--skip-import-validation', '--skip-tests', '--allow-warnings', '--verbose'

0 commit comments

Comments
 (0)