1
0
This commit is contained in:
Stephan 2021-12-10 19:36:59 +01:00
parent 6e884a3321
commit 06622d8529

View File

@ -6,9 +6,13 @@ jobs:
if: startsWith(github.ref, 'refs/heads/release/')
steps:
# this *does* show the v7.7.10 release in the list
- name: Somebody Kill Me
run: |
echo "ALL RELEASES"
curl -H "Accept: application/vnd.github.v3+json" -u "zpqrtbnk:${{secrets.MY_GITHUB_TOKEN_TESTREPO}}" https://api.github.com/repos/zpqrtbnk/test-repo/releases
echo "TAG RELEASE"
curl -H "Accept: application/vnd.github.v3+json" -u "zpqrtbnk:${{secrets.MY_GITHUB_TOKEN_TESTREPO}}" https://api.github.com/repos/zpqrtbnk/test-repo/releases/tags/v7.7.10
- name: Validate the release
uses: actions/github-script@v4