There was an error while loading. Please reload this page.
1 parent 830484f commit f0fbffeCopy full SHA for f0fbffe
1 file changed
.github/workflows/release-pr.yml
@@ -33,9 +33,8 @@ jobs:
33
34
- name: Changelog for ${{ matrix.package }}
35
run: |
36
- TAG=`git describe --abbrev=0 --match "release-v"`
37
-
38
echo "## ${{ matrix.package }}" >> $GITHUB_STEP_SUMMARY
+ TAG=$(git describe --abbrev=0 --match "release-v*")
39
if [ $? -ne 0 ]; then
40
echo "No release tag matching pattern 'release-v*' found. Generating changelog from beggining"
41
yarn conventional-changelog -k ${{ matrix.package }} --commit-path ${{ matrix.package }} >> $GITHUB_STEP_SUMMARY
0 commit comments