Skip to content

Commit d24ac2d

Browse files
authored
refactor(Dhis2Verifier): What are the contents at release time? (#22)
1 parent fd511e1 commit d24ac2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- name: Build with Maven
3333
working-directory: .
3434
run: mvn -B package --file pom.xml -DskipTests=true
35+
- name: verifier
36+
run: |
37+
echo "working in"
38+
pwd
39+
echo "target has"
40+
ls target
3541
- name: Create a release with the artefacts # Note: this would create a new release…
3642
uses: ncipollo/release-action@v1.14.0
3743
with:

0 commit comments

Comments
 (0)