diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3271d54..fb4cdd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,7 @@ jobs: - name: Create version commit run: | pwd + ls ./set-version.sh ${{ inputs.version }} git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]"