Skip to content

Commit

Permalink
chore: update docs-release action (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgdorais authored Nov 29, 2024
1 parent 5de6320 commit f46c044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Release Docs
uses: softprops/action-gh-release@v2
with:
prerelease: ${{ contains(github.ref, 'rc') }}
make_latest: ${{ !contains(github.ref, 'rc') }}
files: |
docs/docs-${{ github.ref_name }}.tar.gz
docs/docs-${{ github.ref_name }}.zip
Expand Down

0 comments on commit f46c044

Please sign in to comment.