We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6685d56 commit e34568fCopy full SHA for e34568f
1 file changed
.github/workflows/build-protocol.yml
@@ -30,6 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v4
32
with:
33
+ fetch-depth: 0
34
submodules: true
35
ref: ${{ github.event.pull_request.head.ref }}
36
@@ -84,6 +85,9 @@ jobs:
84
85
id-token: write
86
if: startsWith(github.ref, 'refs/tags/protocol-v')
87
88
+ - uses: actions/checkout@v4
89
+ with:
90
91
- uses: actions/download-artifact@v4
92
93
name: protocol-release
0 commit comments