Skip to content

Commit

Permalink
Add an LS for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Oct 21, 2024
1 parent f77b65b commit 0665e4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:
env:
RELEASE_TAG: ${{ inputs.tag != '' && inputs.tag || steps.getTag.outputs.tag }}
run: |
ls -al
./dev/google-cloud split $GITHUB_REPOSITORY $RELEASE_TAG \
--splitsh=lite/splitsh-lite \
--splitsh=./lite/splitsh-lite \
-t ${{ secrets.SPLIT_TOKEN }} \
--packagist-username=${{ vars.PACKAGIST_USERNAME }} \
--packagist-token=${{ secrets.PACKAGIST_TOKEN }}

0 comments on commit 0665e4f

Please sign in to comment.