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 29
29
TZ : Europe/Berlin # timezone
30
30
steps :
31
31
- 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
33
33
with :
34
34
use-pr : true
35
35
java-version : 17
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- 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
64
64
with :
65
65
artifact-name : ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
66
66
tag-name : ${{ needs.release-maven.outputs.MVN_ARTIFACT_ID }}-${{ github.event.inputs.releaseVersion }}
You can’t perform that action at this time.
0 commit comments