Skip to content

Commit

Permalink
Merge pull request spidernet-io#2271 from ty-dc/release-v0.6
Browse files Browse the repository at this point in the history
nit: fix error shell script
  • Loading branch information
cyclinder authored Aug 30, 2023
2 parents 71b6c45 + f0b2644 commit 0c6edee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-release-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Upload Artifact
uses: actions/[email protected]
if: ${{ env.SUBMIT != 'true' || && env.SKIP_ALL_JOB != 'true' }}
if: ${{ env.SUBMIT != 'true' || env.SKIP_ALL_JOB != 'true' }}
with:
name: website_package_artifact
path: docs/site.tar.gz
Expand Down

0 comments on commit 0c6edee

Please sign in to comment.