We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73fabe commit 8556815Copy full SHA for 8556815
.github/workflows/release.yml
@@ -61,6 +61,7 @@ jobs:
61
release:
62
needs: [build_macos, build_windows]
63
runs-on: ubuntu-latest
64
+ if: startsWith(github.ref, 'refs/tags/')
65
permissions:
66
contents: write
67
steps:
0 commit comments