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 6c3988d commit b1d1664Copy full SHA for b1d1664
.github/workflows/master-ci.yml
.github/workflows/update-major-version.yml
@@ -14,10 +14,10 @@ jobs:
14
run: |
15
FULL_VERSION=${GITHUB_REF##*/}
16
MAJOR_VERSION=$(echo "${FULL_VERSION%.*.*}")
17
- echo "{tag_name}=${MAJOR_VERSION}" >> $GITHUB_OUTPUT
+ echo "TAG_NAME=${MAJOR_VERSION}" >> $GITHUB_OUTPUT
18
- name: Update reference to latest version
19
uses: ./
20
with:
21
- tag_name: ${{ steps.extract-version.outputs.tag_name }}
+ tag_name: ${{ steps.extract-version.outputs.TAG_NAME }}
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments