Skip to content

Commit d0c1d7e

Browse files
authored
Merge pull request #2867 from EmilienM/go-apidifffix
Fix go-apidiff commit ID
2 parents 2b2a88f + d131ce6 commit d0c1d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semver-auto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# if semver=major, this will return RC=1, so let's ignore the failure so label
4747
# can be set later. We check for actual errors in the next step.
4848
continue-on-error: true
49-
uses: joelanford/go-apidiff@v002aa613b261e8d1547b516fb71793280f05bb78
49+
uses: joelanford/go-apidiff@002aa613b261e8d1547b516fb71793280f05bb78
5050

5151
# go-apidiff returns RC=1 when semver=major, which makes the workflow to return
5252
# a failure. Instead let's just return a failure if go-apidiff failed to run.

0 commit comments

Comments
 (0)