coopnorge / github-workflow-release-drafter

0 stars 0 forks source link

fix: missing change to go crashes the workflow #7

Closed arunpoudel closed 1 year ago

arunpoudel commented 1 year ago

See for a failure run.

The problem arises when the PR contains no changes to *.go files. line 46 of the workflow grep '\.go$' fails with exit code 1 Which cause the whole workflow to fail.

arunpoudel commented 1 year ago

Successful run after the change was introduced: https://github.com/coopnorge/the-playground-arunpoudel/actions/runs/6546975807/job/17778530211