Update create-testing-snapshot.yaml
Some checks failed
Generate testing snapshot / Create testing release (push) Failing after 29s
Some checks failed
Generate testing snapshot / Create testing release (push) Failing after 29s
This commit is contained in:
@@ -67,7 +67,7 @@ jobs:
|
|||||||
"accept" = "application/json"
|
"accept" = "application/json"
|
||||||
"Authorization" = "token ${{secrets.RELEASE_TOKEN}}"
|
"Authorization" = "token ${{secrets.RELEASE_TOKEN}}"
|
||||||
}
|
}
|
||||||
Invoke-WebRequest -Uri "${{ gitea.api_url }}/repos/${{ gitea.repository }}/releases/new" -Method Post -Headers $headers -ContentType "application/json" -Body "{`"tag_name`": `"testing-release`", `"tag_target`": `"develop`", `"title`": `"testing-release`", `"prerelease`": `"on`"}"
|
Invoke-WebRequest -Uri "${{ gitea.api_url }}/repos/${{ gitea.repository }}/releases" -Method Post -Headers $headers -ContentType "application/json" -Body "{`"tag_name`": `"testing-release`", `"tag_target`": `"develop`", `"title`": `"testing-release`", `"prerelease`": `"on`"}"
|
||||||
|
|
||||||
# - name: Create new testing-release attachment
|
# - name: Create new testing-release attachment
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user