wtf
This commit is contained in:
parent
26f94b13a3
commit
6e884a3321
5
.github/workflows/publish-release.yml
vendored
5
.github/workflows/publish-release.yml
vendored
|
@ -5,6 +5,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/heads/release/')
|
||||
steps:
|
||||
|
||||
- name: Somebody Kill Me
|
||||
run: |
|
||||
curl -H "Accept: application/vnd.github.v3+json" -u "zpqrtbnk:${{secrets.MY_GITHUB_TOKEN_TESTREPO}}" https://api.github.com/repos/zpqrtbnk/test-repo/releases
|
||||
|
||||
- name: Validate the release
|
||||
uses: actions/github-script@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user