Skip to content

Commit

Permalink
chore(workflow): add missing checkout-step
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Sep 21, 2022
1 parent 5342e02 commit 77a2785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"

steps:
- uses: actions/checkout@v2
with:
token: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}}
- uses: dhis2/action-semantic-release@update-deps
with:
publish-github: true
Expand Down

0 comments on commit 77a2785

Please sign in to comment.