wtf
This commit is contained in:
parent
6e884a3321
commit
06622d8529
4
.github/workflows/publish-release.yml
vendored
4
.github/workflows/publish-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user