Skip to content

Commit f6be636

Browse files
committed
fix fix
1 parent 7e54956 commit f6be636

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
run: |
4343
echo "is-release:${{ startsWith(github.ref_name, 'release') }}"
4444
echo "is-preview:${{ startsWith(github.ref_name, 'preview') }}"
45-
echo "notes-start-tag:$(git describe --abbrev=0 --tags)"
45+
notes-start-tag=$(git describe --abbrev=0 --tags)
46+
echo "notes-start-tag=$notes-start-tag" >> $GITHUB_OUTPUT
4647
4748
validate-release:
4849
name: 'Validate release'

0 commit comments

Comments
 (0)