.github/workflows/release.yml in rimless-1.7.0 vs .github/workflows/release.yml in rimless-1.7.1
- old
+ new
@@ -44,5 +44,11 @@
- name: Prepare the Git release commit
run: git-release-commit '${{ github.event.inputs.VERSION }}'
- name: Push the release Git commit/tag and package to the registry
run: make release
+
+ - name: Build and upload application documentation
+ run: api-docs && coverage --docs-only
+ env:
+ WORKFLOW_DISPATCH_TOKEN: '${{ secrets.WORKFLOW_DISPATCH_TOKEN }}'
+ GITHUB_TAG: 'v${{ github.event.inputs.VERSION }}'