Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
valassi committed Sep 30, 2024
1 parent abb9bd9 commit 0bd0201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0bd0201

Please sign in to comment.