Skip to content

Commit

Permalink
Add ls command to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent ed52d89 commit de37502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
- run: ls
- run: npm version patch -m "Bump version to %s [skip ci]" --verbose
working-directory: ./
- run: git diff HEAD
Expand Down

0 comments on commit de37502

Please sign in to comment.