Skip to content

Commit

Permalink
ci: correction in release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg authored Apr 2, 2023
1 parent 58317cc commit 2b27d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

pre-release:
if: startsWith(github.ref, 'refs/tags/v0.') || endsWith(github.ref, '-beta') || endsWith(github.ref, '-alpha')
name: Release
name: Pre-release
needs: [test-linux, test-macos]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2b27d94

Please sign in to comment.