Skip to content

Commit

Permalink
[TASK] Don't try to update docs on publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Mar 5, 2024
1 parent 36ccc23 commit b08eeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
# Release
- name: Publish to TER
run: |
php ~/.composer/vendor/bin/tailor set-version "${{ steps.get-version.outputs.version }}"
php ~/.composer/vendor/bin/tailor set-version "${{ steps.get-version.outputs.version }}" --no-docs
php ~/.composer/vendor/bin/tailor ter:publish --comment "${{ steps.get-comment.outputs.comment }}" "${{ steps.get-version.outputs.version }}"

0 comments on commit b08eeee

Please sign in to comment.