diff --git a/.github/workflows/archiver.yml b/.github/workflows/archiver.yml index d707de238a..739f0fd0c0 100644 --- a/.github/workflows/archiver.yml +++ b/.github/workflows/archiver.yml @@ -80,6 +80,8 @@ jobs: - name: create_runningtag run: | + tagname=$${{ github.ref }} + echo "(From github.ref) tagname = ${tagname}" tagname=$${{ github.ref_name }} echo "(From github.ref) tagname = ${tagname}" tagname_latest=${TAGNAME_LATEST}