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 73e321c commit 61e73f1Copy full SHA for 61e73f1
.github/workflows/build-protocol.yml
@@ -82,7 +82,7 @@ jobs:
82
runs-on: ubuntu-latest
83
permissions:
84
id-token: write
85
-
+ if: startsWith(github.ref, 'refs/tags/protocol-v')
86
steps:
87
- uses: actions/download-artifact@v4
88
with:
0 commit comments