Skip to content

Commit 84eeedb

Browse files
committed
...
1 parent 06bd15a commit 84eeedb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/packages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,11 @@ 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:

0 commit comments

Comments
 (0)