Skip to content

Commit 5818a4b

Browse files
author
Richard Simko
committed
Test
1 parent 651fe12 commit 5818a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
run: |
2222
FULL_VERSION=${GITHUB_REF##*/}
2323
MAJOR_VERSION=$(echo "${FULL_VERSION%.*.*}")
24-
echo "{tag_name}=${MAJOR_VERSION}" >> $GITHUB_OUTPUT
24+
echo "tag_name=${MAJOR_VERSION}" >> $GITHUB_OUTPUT
2525
- name: Update reference to latest version
2626
uses: ./
2727
with:
28-
tag_name: ${{ steps.extract-version.outputs.tag_name }}
28+
tag_name: ${{ steps.random-color-generator.outputs.SELECTED_COLOR }}
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)