Skip to content

Commit 335dea1

Browse files
committed
ci: remove not satisfied conditions & cleanup
1 parent 8cd2160 commit 335dea1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77

88
jobs:
99
release:
10-
1110
runs-on: ubuntu-latest
12-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1311

1412
steps:
1513
- name: Checkout code
@@ -30,12 +28,10 @@ jobs:
3028
GIT_TAG=$TAG make clean build
3129
3230
- name: Create release
33-
if: startsWith(github.ref, 'refs/tags/v')
3431
uses: svenstaro/upload-release-action@v2
3532
with:
3633
repo_token: ${{ secrets.GITHUB_TOKEN }}
3734
files: build/*
3835
tag: ${{ github.ref }}
3936
overwrite: true
4037
file_glob: true
41-
name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)