Skip to content

Commit

Permalink
chore: should not need to specify version since its already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jul 9, 2024
1 parent f84a6bf commit 6b4caa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Run Semantic Release
run: npx -p [email protected] semantic-release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}

Expand Down

0 comments on commit 6b4caa9

Please sign in to comment.