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 c107575 commit fa8f856Copy full SHA for fa8f856
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
id-token: write
53
54
release:
55
- if: github.ref_type == 'tag'
+ # if: github.ref_type == 'tag'
56
needs: [dist, docs]
57
uses: ./.github/workflows/_release.yml
58
permissions:
0 commit comments