Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
solid-maxim committed Feb 8, 2021
1 parent caf0512 commit 17cc21e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,10 @@ jobs:
name: ci_integrations_linux.tgz.sha256
path: my/

- name: Delete release
run: |
gh release delete test-release -y
git push --delete origin test-release
- name: Create release
run: gh release create test-release my/ci_integrations_linux my/ci_integrations_linux.tgz.sha256 --prerelease --title 'Test release'

0 comments on commit 17cc21e

Please sign in to comment.