Skip to content

Commit 824c4ee

Browse files
authored
Merge pull request urfave#2014 from urfave/publish_v3_docs
Docs: Update test.yml
2 parents 6d4e81c + 9f07613 commit 824c4ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@ jobs:
8989
publish:
9090
permissions:
9191
contents: write
92-
# TODO: switch once v3 is out of alpha {{
93-
# if: startswith(github.ref, 'refs/tags/')
94-
if: false
95-
# }}
92+
if: startswith(github.ref, 'refs/tags/')
9693
name: publish
9794
needs: [test-docs]
9895
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)