There was an error while loading. Please reload this page.
1 parent 4647704 commit edfcfaaCopy full SHA for edfcfaa
1 file changed
.github/workflows/build-and-publish.yml
@@ -160,9 +160,8 @@ jobs:
160
uses: actions/setup-node@v4
161
- name: Build docs
162
run: chmod +x build-docs.sh && ./build-docs.sh && mv filen-cli-docs.html filen-cli-${{ github.event.release.tag_name }}-docs.html
163
- with:
164
- env:
165
- FILEN_CLI_EXPORT_DOCS_JSON_VERSION: ${{ github.event.release.tag_name }}
+ env:
+ FILEN_CLI_EXPORT_DOCS_JSON_VERSION: ${{ github.event.release.tag_name }}
166
- name: Attach HTML file to release
167
uses: softprops/action-gh-release@v2
168
with:
0 commit comments