We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651fe12 commit 5818a4bCopy full SHA for 5818a4b
.github/workflows/master-ci.yml
@@ -21,10 +21,10 @@ jobs:
21
run: |
22
FULL_VERSION=${GITHUB_REF##*/}
23
MAJOR_VERSION=$(echo "${FULL_VERSION%.*.*}")
24
- echo "{tag_name}=${MAJOR_VERSION}" >> $GITHUB_OUTPUT
+ echo "tag_name=${MAJOR_VERSION}" >> $GITHUB_OUTPUT
25
- name: Update reference to latest version
26
uses: ./
27
with:
28
- tag_name: ${{ steps.extract-version.outputs.tag_name }}
+ tag_name: ${{ steps.random-color-generator.outputs.SELECTED_COLOR }}
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments