Skip to content

Commit 35385e1

Browse files
authored
Update release-maven-image.yml
1 parent f67d3e6 commit 35385e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-maven-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
TZ: Europe/Berlin # timezone
3030
steps:
3131
- id: maven-release-step
32-
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@feat/release-add-pr-option
32+
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@bug/maven-release-fix-app-path
3333
with:
3434
use-pr: true
3535
java-version: 17
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Download a single artifact
63-
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@a4dd26733adc7d71b10fbd744ef355c01e4b7040 # v1.0.8
63+
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@main
6464
with:
6565
artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
6666
tag-name: ${{ needs.release-maven.outputs.MVN_ARTIFACT_ID }}-${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)