Skip to content

Commit

Permalink
Update release.yaml to include ls -a command
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent cb16436 commit 9db7ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: git config --list
- run: git config --list
working-directory: ./package
- run: ls
- run: ls -a
- run: npm version patch -m "Bump version to %s [skip ci]" --verbose
working-directory: ./package
- run: git diff HEAD
Expand Down

0 comments on commit 9db7ca4

Please sign in to comment.