File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
36
36
ARTIFACT_VERSION : ${{ steps.npm_release.outputs.ARTIFACT_VERSION }}
37
37
steps :
38
38
- id : npm_release
39
- uses : it-at-m/lhm_actions/action-templates/actions/action-npm-release@a7d25dbabec2057695f865169fdc411d475d4667 # v1.0.19
39
+ uses : it-at-m/lhm_actions/action-templates/actions/action-npm-release@fix-npm-release
40
40
with :
41
41
app-path : ${{ inputs.app-path }}
42
42
releaseVersion : ${{ inputs.release-version }}
43
43
- id : node
44
- uses : it-at-m/lhm_actions/action-templates/actions/action-npm-build@a7d25dbabec2057695f865169fdc411d475d4667 # v1.0.19
44
+ uses : it-at-m/lhm_actions/action-templates/actions/action-npm-build@fix-npm-release
45
45
with :
46
46
app-path : ${{ inputs.app-path }}
47
47
- if : ${{ !inputs.skip-deployment }}
You can’t perform that action at this time.
0 commit comments