Skip to content

Commit

Permalink
fix makim command
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed May 6, 2024
1 parent 069fefb commit 09d35ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ groups:
ci:
help: Run semantic-release on CI
run: |
${{ app }} --ci
${{ vars.app }} --ci
dry:
help: Run semantic-release on CI
run: |
${{ app }} --dry-run
${{ vars.app }} --dry-run

0 comments on commit 09d35ba

Please sign in to comment.