Skip to content

Commit ba74543

Browse files
committed
fix: debug release lib step
1 parent a54997f commit ba74543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
make REVISION=$GITHUB_SHA install
5050
- name: release library
5151
run: |
52+
echo $PWD
53+
ls -lat
5254
git config user.email ${{ github.actor }}[email protected]
5355
git config user.name ${{ github.actor }}
5456
make GIT_TAG=${SEMVER} REVISION=$GITHUB_SHA tag

0 commit comments

Comments
 (0)