Skip to content

Commit 45fb616

Browse files
committed
...
1 parent 06bd15a commit 45fb616

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/packages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,19 @@ jobs:
280280
git tag -f ci-latest HEAD && git push -f origin tag ci-latest
281281
TAG_NAME="ci-latest" ./.github/workflows/scripts/upload-packages.sh
282282
283+
- name: Print github ref
284+
env:
285+
REF: ${{ github.ref }}
286+
run: echo "$REF"
287+
283288
- name: Publish RPM packages to GitHub releases (stable)
284289
if: github.ref == 'refs/heads/ci-release'
285290
env:
286291
GH_TOKEN: ${{ github.token }}
287292
IMAGE_NAME: ${{ matrix.image }}
288293
run: |
289294
pwd
295+
ls -la
290296
latest_tag="$(git describe --exact-match --tags)"
291297
if ! gh release view "$latest_tag"; then
292298
echo "could not find release for tag $latest_tag"

0 commit comments

Comments
 (0)