We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666f371 commit f7b501dCopy full SHA for f7b501d
.github/workflows/semantic-release.yml
@@ -146,8 +146,7 @@ jobs:
146
name: Trigger docs tags update
147
runs-on: ubuntu-latest
148
needs: semantic-release-flowing-tags
149
- if: github.ref == 'refs/heads/main' && needs.semantic-release-flowing-tags.outputs.latest-tag != ''
150
-
+ if: false # (Skipping until doc tags updater is fixed) && github.ref == 'refs/heads/main' && needs.semantic-release-flowing-tags.outputs.latest-tag != ''
151
permissions:
152
actions: write
153
0 commit comments