We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d806a3 commit 70f39a6Copy full SHA for 70f39a6
.github/workflows/call-release.yml
@@ -8,12 +8,10 @@ on:
8
types: [created]
9
10
jobs:
11
- call-workflow-release:
12
- uses: felleslosninger/eid-github-workflows/.github/workflows/maven-release-lib.yml@main
+ call-workflow-maven-install-deploy:
+ uses: felleslosninger/github-workflows/.github/workflows/ci-maven-install-deploy-lib.yml@main
13
with:
14
+ package-version: ${{ github.event.release.tag_name }}
15
+ deployment-repository: ${{ github.repository }}
16
java-version: 11
- secrets:
- packages-user: ${{ secrets.CREATE_PACKAGES_USER }}
17
- packages-token: ${{ secrets.CREATE_PACKAGES_TOKEN }}
18
- maven-user: ${{ secrets.MAVEN_USER }}
19
- maven-password: ${{ secrets.MAVEN_PASSWORD }}
+ secrets: inherit
0 commit comments