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 7e54956 commit f6be636Copy full SHA for f6be636
.github/workflows/release.yml
@@ -42,7 +42,8 @@ jobs:
42
run: |
43
echo "is-release:${{ startsWith(github.ref_name, 'release') }}"
44
echo "is-preview:${{ startsWith(github.ref_name, 'preview') }}"
45
- echo "notes-start-tag:$(git describe --abbrev=0 --tags)"
+ notes-start-tag=$(git describe --abbrev=0 --tags)
46
+ echo "notes-start-tag=$notes-start-tag" >> $GITHUB_OUTPUT
47
48
validate-release:
49
name: 'Validate release'
0 commit comments