diff --git a/.github/workflows/compile_and_release.yml b/.github/workflows/compile_and_release.yml index 382c038..9cb742c 100644 --- a/.github/workflows/compile_and_release.yml +++ b/.github/workflows/compile_and_release.yml @@ -12,6 +12,9 @@ jobs: id: commits run: | git clone https://github.com/punctuations/blueberry ./tmp/ && cd tmp && echo "::set-output name=commits::$(git log $(git describe --abbrev=0 --tags `git rev-list --tags --skip=1 --max-count=1`)..HEAD --oneline)" && echo "::set-output name=latest::$(git describe --tags)" && cd .. && rm -rf ./tmp + - name: debug + run: | + echo ${{ steps.commits.outputs.commits }} - name: Create release id: create_release uses: actions/create-release@v1