Skip to content

Commit 421d185

Browse files
authored
Update rust.yml
1 parent ae52868 commit 421d185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: Create Release
7171
needs: build
7272
runs-on: ubuntu-latest
73-
if: startsWith(github.ref, 'refs/tags/')
73+
if: always() && needs.build.result == 'success'
7474

7575
steps:
7676
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)