We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebd8b7 commit bd80560Copy full SHA for bd80560
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
run: make test
50
update-api-specs:
51
runs-on: ubuntu-latest
52
-# needs: [test]
+ needs: [test]
53
outputs:
54
change-log: ${{ steps.update-specs.outputs.change-log }}
55
version-type: ${{ steps.update-specs.outputs.version-type }}
0 commit comments