Skip to content

Commit 7528b2f

Browse files
local test 4g
1 parent 407fb15 commit 7528b2f

File tree

1 file changed

+4
-3
lines changed
  • .github/actions/compress_sign_and_upload

1 file changed

+4
-3
lines changed

.github/actions/compress_sign_and_upload/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Compress and Sign
22
description: 'Compresses package and signs with garasign'
33

4-
runs:
5-
using: composite
6-
inputs:
4+
inputs:
75
garasign_username:
86
required: true
97
garasign_password:
@@ -12,6 +10,9 @@ runs:
1210
required: true
1311
artifactory_password:
1412
required: true
13+
14+
runs:
15+
using: composite
1516
steps:
1617
- run: npm pack
1718
shell: bash

0 commit comments

Comments
 (0)