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 72280ea commit 15e2b8bCopy full SHA for 15e2b8b
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
# Tests need to succeed for all components and on all platforms first,
97
# including having a tag name that matches the version number.
98
publish-release:
99
- # if: ${{ !github.event.repository.fork && startsWith(github.ref, 'refs/tags/v') }}
+ if: ${{ !github.event.repository.fork && startsWith(github.ref, 'refs/tags/v') }}
100
needs: package
101
runs-on: ubuntu-latest
102
steps:
0 commit comments