We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a560a78 commit dd40034Copy full SHA for dd40034
.github/workflows/tools.yml
@@ -159,7 +159,7 @@ jobs:
159
label: dependencies
160
run: |
161
NEW_VERSION=$(gh api repos/nghttp2/nghttp2/releases/latest -q '.tag_name|ltrimstr("v")')
162
- CURRENT_VERSION=$(grep "#define NGHTTP2_VERSION" ./deps/nghttp2/lib/includes/nghttp2ver.h | sed -n "s/^.*VERSION \(.*\)/\1/p")
+ CURRENT_VERSION=$(grep "#define NGHTTP2_VERSION" ./deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h | sed -n "s/^.*VERSION \(.*\)/\1/p")
163
if [ "$NEW_VERSION" != "$CURRENT_VERSION" ]; then
164
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
165
./tools/update-nghttp2.sh "$NEW_VERSION"
0 commit comments