Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sMeilbeck committed Sep 20, 2024
1 parent af01248 commit c7782ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_and_Publish_Images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get Tag Name
id: get_tag_name
run: |
version=$(echo $GITHUB_REF | sed 's/refs\/tags\///' | sed 's/.*_//')
version=test
echo "version=${version}" >> ${GITHUB_OUTPUT}
# BACKEND
Expand Down

0 comments on commit c7782ec

Please sign in to comment.