Skip to content

Commit

Permalink
ci: list releases before proceeding
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Sep 5, 2022
1 parent 96cae5f commit 6db35c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,13 @@ jobs:
fi
gh release create $OPTS -d --title "${{ needs.prepare.outputs.version }}" -F /tmp/changelog.md $TAG
- name: List Releases
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# list releases
gh release list
- name: Upload Release Assets
if: needs.prepare.outputs.release
env:
Expand Down

0 comments on commit 6db35c1

Please sign in to comment.