We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d3dcc commit 0889f52Copy full SHA for 0889f52
.github/workflows/publish-dhis2-verifier.yml
@@ -33,7 +33,6 @@ jobs:
33
working-directory: .
34
run: mvn -B package --file pom.xml -DskipTests=true
35
- name: Create a release with the artefacts # Note: this would create a new release…
36
- working-directory: .
37
uses: ncipollo/release-action@v1.14.0
38
with:
39
artifacts: "CommonUtils/Dhis2CucumberTestTool/target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"
0 commit comments