Fix build for tagged versions

Make sure we don't skip building the spec!
This commit is contained in:
Richard van der Hoff 2022-11-15 22:43:43 +00:00
parent 1203ebeb38
commit 78a673718f

View file

@ -123,6 +123,8 @@ jobs:
name: "📖 Build the spec"
runs-on: ubuntu-latest
needs: [calculate-baseurl, build-openapi, generate-changelog]
# run even if generate-changelog was skipped
if: ${{ always() }}
steps:
- name: " Setup Node"
uses: actions/setup-node@v2