Skip to content

Commit

Permalink
ci: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
punctuations committed Jun 14, 2022
1 parent 5a3d727 commit 5f7bcea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f7bcea

Please sign in to comment.