Skip to content

Commit

Permalink
Changing reference of actions from .github to lhm_actions repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vermali authored Feb 26, 2025
1 parent b8b9f0b commit a08e86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
TZ: Europe/Berlin # timezone
steps:
- id: maven-release-step
uses: it-at-m/.github/.github/actions/action-maven-release@main
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@v1.0.0
with:
app-path: ""
releaseVersion: "${{ github.event.inputs.releaseVersion }}"
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- name: Create GitHub Release
id: create_release
uses: it-at-m/.github/.github/actions/action-create-github-release@main
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@v1.0.0
with:
artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
tag-name: ${{ needs.release-maven.outputs.MVN_ARTIFACT_ID }}-${{ github.event.inputs.releaseVersion }}
Expand Down

0 comments on commit a08e86b

Please sign in to comment.