Skip to content

Commit edfcfaa

Browse files
committed
fix: typo
1 parent 4647704 commit edfcfaa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,8 @@ jobs:
160160
uses: actions/setup-node@v4
161161
- name: Build docs
162162
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 }}
163+
env:
164+
FILEN_CLI_EXPORT_DOCS_JSON_VERSION: ${{ github.event.release.tag_name }}
166165
- name: Attach HTML file to release
167166
uses: softprops/action-gh-release@v2
168167
with:

0 commit comments

Comments
 (0)