Skip to content

Commit 15e2b8b

Browse files
release for tags
1 parent 72280ea commit 15e2b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# Tests need to succeed for all components and on all platforms first,
9797
# including having a tag name that matches the version number.
9898
publish-release:
99-
# if: ${{ !github.event.repository.fork && startsWith(github.ref, 'refs/tags/v') }}
99+
if: ${{ !github.event.repository.fork && startsWith(github.ref, 'refs/tags/v') }}
100100
needs: package
101101
runs-on: ubuntu-latest
102102
steps:

0 commit comments

Comments
 (0)