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 fa624f4 commit 06bd15aCopy full SHA for 06bd15a
.github/workflows/packages.yml
@@ -276,6 +276,7 @@ jobs:
276
GH_TOKEN: ${{ github.token }}
277
IMAGE_NAME: ${{ matrix.image }}
278
run: |
279
+ pwd
280
git tag -f ci-latest HEAD && git push -f origin tag ci-latest
281
TAG_NAME="ci-latest" ./.github/workflows/scripts/upload-packages.sh
282
@@ -285,6 +286,7 @@ jobs:
285
286
287
288
289
290
latest_tag="$(git describe --exact-match --tags)"
291
if ! gh release view "$latest_tag"; then
292
echo "could not find release for tag $latest_tag"
0 commit comments