commit e31d96b3db3785bd5c102d6222e71559bc8031d2 parent a42186f46d3360111221992366cc4fbe418e5b0b Author: Eric Scouten <scouten@adobe.com> Date: Mon, 13 Jun 2022 15:24:22 -0700 Apply fix from c2patool publish workflow (#40) Diffstat:
| M | .github/workflows/publish.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: uses: mathiasvr/command-output@v1 id: changelog with: - run: git log --format="* %s" ${{ steps.get-latest-tag.outputs.tag }}..HEAD | grep -v "(IGNORE)" + run: git log --format="* %s" ${{ steps.get-latest-tag.outputs.tag }}..HEAD | { grep -v "(IGNORE)" || :; } - name: Log version & changelog run: |