Skip to content

Commit f640496

Browse files
authored
Update npm-release.yml
1 parent 3faa701 commit f640496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
ARTIFACT_VERSION: ${{ steps.npm_release.outputs.ARTIFACT_VERSION }}
3737
steps:
3838
- 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
4040
with:
4141
app-path: ${{ inputs.app-path }}
4242
releaseVersion: ${{ inputs.release-version }}
4343
- 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
4545
with:
4646
app-path: ${{ inputs.app-path }}
4747
- if: ${{ !inputs.skip-deployment }}

0 commit comments

Comments
 (0)