We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4e09f commit fd511e1Copy full SHA for fd511e1
.github/workflows/publish-dhis2-verifier.yml
@@ -15,6 +15,7 @@ jobs:
15
steps:
16
- name: docker-compose workaround
17
working-directory: .
18
+ # TODO: Remove this. Build docker images outside maven.
19
run: echo "docker compose \"\$@\"" > $HOME/docker-compose ; chmod 777 $HOME/docker-compose ; echo "$HOME/" >> $GITHUB_PATH
20
- uses: actions/checkout@v4
21
- uses: actions/setup-java@v3
@@ -34,5 +35,5 @@ jobs:
34
35
- name: Create a release with the artefacts # Note: this would create a new release…
36
uses: ncipollo/release-action@v1.14.0
37
with:
- artifacts: "target/Dhis2CucumberTestTool-${{ env.RELEASE_VERSION }}-release.zip"
38
+ artifacts: "target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"
39
token: ${{ github.token }}
0 commit comments