Skip to content

Commit b1d1664

Browse files
author
Richard Simko
committed
Fix build
1 parent 6c3988d commit b1d1664

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

.github/workflows/master-ci.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/update-major-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
run: |
1515
FULL_VERSION=${GITHUB_REF##*/}
1616
MAJOR_VERSION=$(echo "${FULL_VERSION%.*.*}")
17-
echo "{tag_name}=${MAJOR_VERSION}" >> $GITHUB_OUTPUT
17+
echo "TAG_NAME=${MAJOR_VERSION}" >> $GITHUB_OUTPUT
1818
- name: Update reference to latest version
1919
uses: ./
2020
with:
21-
tag_name: ${{ steps.extract-version.outputs.tag_name }}
21+
tag_name: ${{ steps.extract-version.outputs.TAG_NAME }}
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)