Skip to content

Commit f7b501d

Browse files
committed
fix: skipping doc tags updater until fixed
1 parent 666f371 commit f7b501d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ jobs:
146146
name: Trigger docs tags update
147147
runs-on: ubuntu-latest
148148
needs: semantic-release-flowing-tags
149-
if: github.ref == 'refs/heads/main' && needs.semantic-release-flowing-tags.outputs.latest-tag != ''
150-
149+
if: false # (Skipping until doc tags updater is fixed) && github.ref == 'refs/heads/main' && needs.semantic-release-flowing-tags.outputs.latest-tag != ''
151150
permissions:
152151
actions: write
153152

0 commit comments

Comments
 (0)