Skip to content

Commit 0889f52

Browse files
authored
build(Dhis2Verifier): remove working directory from release action (#24)
1 parent b6d3dcc commit 0889f52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-dhis2-verifier.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
working-directory: .
3434
run: mvn -B package --file pom.xml -DskipTests=true
3535
- name: Create a release with the artefacts # Note: this would create a new release…
36-
working-directory: .
3736
uses: ncipollo/release-action@v1.14.0
3837
with:
3938
artifacts: "CommonUtils/Dhis2CucumberTestTool/target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"

0 commit comments

Comments
 (0)