We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2a88f commit d131ce6Copy full SHA for d131ce6
.github/workflows/semver-auto.yaml
@@ -46,7 +46,7 @@ jobs:
46
# if semver=major, this will return RC=1, so let's ignore the failure so label
47
# can be set later. We check for actual errors in the next step.
48
continue-on-error: true
49
- uses: joelanford/go-apidiff@v002aa613b261e8d1547b516fb71793280f05bb78
+ uses: joelanford/go-apidiff@002aa613b261e8d1547b516fb71793280f05bb78
50
51
# go-apidiff returns RC=1 when semver=major, which makes the workflow to return
52
# a failure. Instead let's just return a failure if go-apidiff failed to run.
0 commit comments