Skip to content

Commit fb88c2a

Browse files
authored
Update release.yml
1 parent 6b07663 commit fb88c2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
with:
34-
tag_name: ${{ steps.get_version.outputs.VERSION }}
35-
release_name: Version ${{ steps.get_version.outputs.VERSION }}
34+
tag_name: ${{ steps.get_tag.outputs.VERSION }}
35+
release_name: Version ${{ steps.get_tag.outputs.VERSION }}
3636
draft: false
3737
prerelease: true # default to pre-release; manually set to release if OK after inspection
3838

@@ -52,7 +52,7 @@ jobs:
5252
- name: Check font version string ~= tag
5353
run: |
5454
echo '(placeholder for future check)'
55-
echo 'Tag: ${{ steps.get_version.outputs.VERSION }}'
55+
echo 'Tag: ${{ steps.get_tag.outputs.VERSION }}'
5656
5757
- name: Upload OTF Asset
5858
id: upload-otf-asset

0 commit comments

Comments
 (0)