From 9b5e6fbde50cbb6067884dbea70494682514b699 Mon Sep 17 00:00:00 2001 From: chisom chima Date: Thu, 29 Feb 2024 16:56:27 +0100 Subject: [PATCH] chore: semantic release --- .github/workflows/dhis2-verify-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dhis2-verify-app.yml b/.github/workflows/dhis2-verify-app.yml index 888341d3..6e75f60e 100644 --- a/.github/workflows/dhis2-verify-app.yml +++ b/.github/workflows/dhis2-verify-app.yml @@ -173,6 +173,7 @@ jobs: runs-on: ubuntu-latest needs: [build, lint, test] # add e2e if you use it if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'" + steps: - uses: actions/checkout@v2 with: