diff --git a/.github/workflows/release-meshchat.yaml b/.github/workflows/release-meshchat.yaml index 4eba5b3..4c8e0c6 100644 --- a/.github/workflows/release-meshchat.yaml +++ b/.github/workflows/release-meshchat.yaml @@ -55,6 +55,7 @@ jobs: name: ${{ needs.release_meshchat_package.outputs.package_file }} path: ${{ needs.release_meshchat_package.outputs.package_file }} - run: git log --graph --all --pretty=format:'%h - (%cr) %s%d' --abbrev-commit --date=relative + - run: ls -l - run: npx release-it -VV --ci --no-increment --no-git --no-npm --github.update=true --github.assets='*.ipk' env: GITHUB_TOKEN: ${{ secrets.RELEASE_IT_TOKEN }}