We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3526789 commit ca0eb83Copy full SHA for ca0eb83
.github/workflows/release.yml
@@ -27,4 +27,4 @@ jobs:
27
name: "Release ${{ github.ref_name }}"
28
body_path: latest-changes.md
29
files: ${{ steps.bundle.outputs.bundle }}
30
- if: matrix.toolchain == 'stable' && startsWith( github.ref, 'refs/tags/v' )
+ if: startsWith( github.ref, 'refs/tags/v' )
0 commit comments